prithivMLmods commited on
Commit
edb8f1c
·
verified ·
1 Parent(s): 0fe9c6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -512,7 +512,7 @@ demo = gr.ChatInterface(
512
  ],
513
  cache_examples=False,
514
  type="messages",
515
- description="# **Orpheus 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",
 
512
  ],
513
  cache_examples=False,
514
  type="messages",
515
+ description="# **Orpheus 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",