Update app.py
Browse files
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="
|
105 |
-
description="Play with [
|
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",
|