Spaces:
Runtime error
Runtime error
Commit
•
17ec0aa
1
Parent(s):
4f20b85
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,6 @@ def bot_streaming(message, history):
|
|
59 |
demo = gr.ChatInterface(fn=bot_streaming, title="VLM Playground", examples=[{"text": "What is on the flower?", "files":["./bee.jpg"]},
|
60 |
{"text": "How to make this pastry?", "files":["./baklava.png"]},
|
61 |
{"text": "What is this?", "files":["./pizza2.jpeg"]}],
|
62 |
-
description="VLM Playground", #for internal VLMs. Change the model ID and revision under the environments of the Space settings.
|
63 |
stop_btn="Stop Generation", multimodal=True)
|
64 |
demo.launch(debug=True)
|
|
|
59 |
demo = gr.ChatInterface(fn=bot_streaming, title="VLM Playground", examples=[{"text": "What is on the flower?", "files":["./bee.jpg"]},
|
60 |
{"text": "How to make this pastry?", "files":["./baklava.png"]},
|
61 |
{"text": "What is this?", "files":["./pizza2.jpeg"]}],
|
62 |
+
description="VLM Playground host HuggingFaceH4/vsft-llava-1.5-7b-hf-trl a llava SFT finetune using TRL's SFTTrainer", #for internal VLMs. Change the model ID and revision under the environments of the Space settings.
|
63 |
stop_btn="Stop Generation", multimodal=True)
|
64 |
demo.launch(debug=True)
|