han1997 commited on
Commit
a362689
·
verified ·
1 Parent(s): 7fcce9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)