Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -527,7 +527,7 @@ demo = gr.ChatInterface(
|
|
527 |
],
|
528 |
cache_examples=False,
|
529 |
type="messages",
|
530 |
-
description="# **Llama Edge** `voices: tara, dan, emma, josh \n
|
531 |
fill_height=True,
|
532 |
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."),
|
533 |
stop_btn="Stop Generation",
|
|
|
527 |
],
|
528 |
cache_examples=False,
|
529 |
type="messages",
|
530 |
+
description="# **Llama Edge** `voices: tara, dan, emma, josh \n Use @video-infer, @image, @<voice>-tts, or @<voice>-llm triggers llm response`",
|
531 |
fill_height=True,
|
532 |
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."),
|
533 |
stop_btn="Stop Generation",
|