Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,5 +77,5 @@ demo = gr.ChatInterface(fn=bot_streaming,
|
|
77 |
title="Cobra",
|
78 |
description="Try [Cobra](https://huggingface.co/papers/2403.14520) in this demo. Upload an image and start chatting about it.",
|
79 |
stop_btn="Stop Generation", multimodal=True,
|
80 |
-
examples=[{"text": "Describe this image", "files":["./cobra.png"]}])
|
81 |
demo.launch(debug=True)
|
|
|
77 |
title="Cobra",
|
78 |
description="Try [Cobra](https://huggingface.co/papers/2403.14520) in this demo. Upload an image and start chatting about it.",
|
79 |
stop_btn="Stop Generation", multimodal=True,
|
80 |
+
examples=[[{"text": "Describe this image", "files":["./cobra.png"]}]])
|
81 |
demo.launch(debug=True)
|