Hamza-cpp commited on
Commit
ade3d62
Β·
verified Β·
1 Parent(s): 340a6dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ demo = gr.ChatInterface(fn=bot_streaming, title="LLaVA NeXT", examples=[{"text":
54
  {"text": "How to make this pastry?", "files":["./baklava.png"]}],
55
  description="Try [LLaVA NeXT](https://huggingface.co/docs/transformers/main/en/model_doc/llava_next) in this demo (more specifically, the [Mistral-7B variant](https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf)). 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.",
56
  stop_btn="Stop Generation", multimodal=True)
57
- demo.launch(debug=True)
 
54
  {"text": "How to make this pastry?", "files":["./baklava.png"]}],
55
  description="Try [LLaVA NeXT](https://huggingface.co/docs/transformers/main/en/model_doc/llava_next) in this demo (more specifically, the [Mistral-7B variant](https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf)). 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.",
56
  stop_btn="Stop Generation", multimodal=True)
57
+ demo.launch(debug=True,show_error=True)