Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -534,7 +534,7 @@ demo = gr.ChatInterface(
|
|
534 |
],
|
535 |
cache_examples=False,
|
536 |
type="messages",
|
537 |
-
description="# **Llama Edge🧤** `voice: tara, dan, emma, josh` \n `emotion: <laugh>, <chuckle>, <sigh>, <cough>, <sniffle>, <groan>, <yawn>, <gasp>.` \n `Use @video-infer, @image, @<voice>-tts, or @<voice>-llm triggers llm response`",
|
538 |
fill_height=True,
|
539 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder=" Use @tara-tts/@dan-tts for direct TTS or @tara-llm/@dan-llm for LLM+TTS, etc."),
|
540 |
stop_btn="Stop Generation",
|
|
|
534 |
],
|
535 |
cache_examples=False,
|
536 |
type="messages",
|
537 |
+
description="# **Llama Edge🧤** `voice: tara, dan, emma, josh` \n `emotion: <laugh>, <chuckle>, <sigh>, <cough>, <sniffle>, <groan>, <yawn>, <gasp>.` \n \n `Use @video-infer, @image, @<voice>-tts, or @<voice>-llm triggers llm response`",
|
538 |
fill_height=True,
|
539 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder=" Use @tara-tts/@dan-tts for direct TTS or @tara-llm/@dan-llm for LLM+TTS, etc."),
|
540 |
stop_btn="Stop Generation",
|