fffiloni commited on
Commit
4f505b7
·
verified ·
1 Parent(s): 2f5e006

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -232,7 +232,8 @@ def infer(prompt, cond_image_path, cond_audio_path_spk1, cond_audio_path_spk2, s
232
 
233
  with gr.Blocks(title="MultiTalk Inference") as demo:
234
  gr.Markdown("## 🎤 Meigen MultiTalk Inference Demo")
235
- gr.Markdown("Audio will be trimmed to max 5 seconds on fffiloni's shared UI. Duplicate tonskip the queue and work with longer audio inference. ")
 
236
  gr.HTML("""
237
  <div style="display:flex;column-gap:4px;">
238
  <a href="https://github.com/MeiGen-AI/MultiTalk">
 
232
 
233
  with gr.Blocks(title="MultiTalk Inference") as demo:
234
  gr.Markdown("## 🎤 Meigen MultiTalk Inference Demo")
235
+ if is_shared_ui:
236
+ gr.Markdown("Audio will be trimmed to max 5 seconds on fffiloni's shared UI. Duplicate to skip the queue and work with longer audio inference. ")
237
  gr.HTML("""
238
  <div style="display:flex;column-gap:4px;">
239
  <a href="https://github.com/MeiGen-AI/MultiTalk">