Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -285,7 +285,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 285 |
with gr.Tab("Image To Text"):
|
| 286 |
bbb = gr.ChatInterface(
|
| 287 |
fn=bot_streaming_I2T,
|
| 288 |
-
examples=[{"text": "How to make this pastry?", "files": ["./baklava.png"]}],
|
| 289 |
description="Upload an image and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error.",
|
| 290 |
stop_btn="Stop Generation",
|
| 291 |
multimodal=True,
|
|
|
|
| 285 |
with gr.Tab("Image To Text"):
|
| 286 |
bbb = gr.ChatInterface(
|
| 287 |
fn=bot_streaming_I2T,
|
| 288 |
+
# examples=[{"text": "How to make this pastry?", "files": ["./baklava.png"]}],
|
| 289 |
description="Upload an image and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error.",
|
| 290 |
stop_btn="Stop Generation",
|
| 291 |
multimodal=True,
|