han1997 commited on
Commit
2ecd703
·
verified ·
1 Parent(s): 6b6fe1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,6 +100,6 @@ demo = gr.ChatInterface(fn=bot_streaming,
100
  gr.Slider(1, 3, value=1, step=1, label="Top k"),
101
  gr.Slider(1, 2048, value=256, step=1, label="Max New Tokens")],
102
  title="Cobra",
103
- description="Try [Cobra](https://huggingface.co/papers/2403.14520) in this demo. Upload an image and start chatting about it.",
104
  stop_btn="Stop Generation", multimodal=True)
105
  demo.launch(debug=True)
 
100
  gr.Slider(1, 3, value=1, step=1, label="Top k"),
101
  gr.Slider(1, 2048, value=256, step=1, label="Max New Tokens")],
102
  title="Cobra",
103
+ description="Try [Cobra](https://huggingface.co/papers/2403.14520) in this demo. Upload an image and start chatting about it. Clear the history before asking questions related to new images",
104
  stop_btn="Stop Generation", multimodal=True)
105
  demo.launch(debug=True)