Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,15 +163,11 @@ with gr.Blocks(css=css) as demo:
|
|
163 |
)
|
164 |
submit_btn = gr.Button("Make LLM system from my pic !")
|
165 |
with gr.Column():
|
166 |
-
caption = gr.Textbox(
|
167 |
-
label = "Image caption",
|
168 |
-
elem_id = "image-caption"
|
169 |
-
)
|
170 |
result = gr.Textbox(
|
171 |
-
label = "Suggested
|
172 |
lines = 6,
|
173 |
max_lines = 30,
|
174 |
-
elem_id = "suggested-
|
175 |
)
|
176 |
|
177 |
|
|
|
163 |
)
|
164 |
submit_btn = gr.Button("Make LLM system from my pic !")
|
165 |
with gr.Column():
|
|
|
|
|
|
|
|
|
166 |
result = gr.Textbox(
|
167 |
+
label = "Suggested Card",
|
168 |
lines = 6,
|
169 |
max_lines = 30,
|
170 |
+
elem_id = "suggested-card"
|
171 |
)
|
172 |
|
173 |
|