Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -506,15 +506,13 @@ demo = gr.ChatInterface(
|
|
506 |
["@tara-llm Who is Nikola Tesla, and why did he die?"],
|
507 |
["@emma-llm Explain the causes of rainbows"],
|
508 |
["@image Chocolate dripping from a donut"],
|
509 |
-
[{"text": "@video-infer Describe the Ad", "files": ["examples/coca.mp4"]}],
|
510 |
[{"text": "@video-infer Summarize the event in video", "files": ["examples/sky.mp4"]}],
|
511 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
512 |
-
[{"text": "Extract json from the image", "files": ["examples/document.jpg"]}],
|
513 |
|
514 |
],
|
515 |
cache_examples=False,
|
516 |
type="messages",
|
517 |
-
description="# **Llama Edge🧤** `voice: tara, dan, emma, josh` \n `emotion: <laugh>, <chuckle>, <sigh>, <cough>, <sniffle>, <groan>, <yawn>, <gasp
|
518 |
fill_height=True,
|
519 |
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."),
|
520 |
stop_btn="Stop Generation",
|
|
|
506 |
["@tara-llm Who is Nikola Tesla, and why did he die?"],
|
507 |
["@emma-llm Explain the causes of rainbows"],
|
508 |
["@image Chocolate dripping from a donut"],
|
|
|
509 |
[{"text": "@video-infer Summarize the event in video", "files": ["examples/sky.mp4"]}],
|
510 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
|
|
511 |
|
512 |
],
|
513 |
cache_examples=False,
|
514 |
type="messages",
|
515 |
+
description="# **Llama Edge🧤** `voice: tara, dan, emma, josh` \n `emotion: <laugh>, <chuckle>, <sigh>, <cough>, <sniffle>, <groan>, <yawn>, <gasp>. Use @video-infer, @image, orpheus: @<voice>-tts, or @<voice>-llm triggers llm response`",
|
516 |
fill_height=True,
|
517 |
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."),
|
518 |
stop_btn="Stop Generation",
|