Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,8 +159,8 @@ with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
|
| 159 |
btn = gr.UploadButton("🖼️Upload", file_types=["image"])
|
| 160 |
|
| 161 |
gr.Examples(
|
| 162 |
-
examples=[
|
| 163 |
-
]
|
| 164 |
inputs=txt
|
| 165 |
)
|
| 166 |
|
|
|
|
| 159 |
btn = gr.UploadButton("🖼️Upload", file_types=["image"])
|
| 160 |
|
| 161 |
gr.Examples(
|
| 162 |
+
examples=[
|
| 163 |
+
]
|
| 164 |
inputs=txt
|
| 165 |
)
|
| 166 |
|