prithivMLmods commited on
Commit
24d550c
·
verified ·
1 Parent(s): 8a88394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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`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",
 
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",