m-ric HF staff commited on
Commit
2c296bb
1 Parent(s): a0b9c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,8 +101,8 @@ examples=[
101
  [{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}, "Greedy", 0.4, 512, 1.2, 0.8],
102
  [{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}, "Greedy", 0.4, 512, 1.2, 0.8],
103
  ]
104
- demo = gr.ChatInterface(fn=model_inference, title="SmolVLM: Small yet Mighty 💫",
105
- description="Play with [HuggingFaceTB/SmolVLM-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) in this demo. To get started, upload an image and text or try one of the examples. This checkpoint works best with single turn conversations, so clear the conversation after a single turn.",
106
  examples=examples,
107
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"), stop_btn="Stop Generation", multimodal=True,
108
  additional_inputs=[gr.Radio(["Top P Sampling",
 
101
  [{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}, "Greedy", 0.4, 512, 1.2, 0.8],
102
  [{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}, "Greedy", 0.4, 512, 1.2, 0.8],
103
  ]
104
+ demo = gr.ChatInterface(fn=model_inference, title="🎼 Aria by Rhymes AI 🎶",
105
+ description="Play with [rhymes-ai/Aria](https://huggingface.co/rhymes-ai/Aria) in this demo. To get started, upload an image and text or try one of the examples. This checkpoint works best with single turn conversations, so clear the conversation after a single turn.",
106
  examples=examples,
107
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"), stop_btn="Stop Generation", multimodal=True,
108
  additional_inputs=[gr.Radio(["Top P Sampling",