Anson818 commited on
Commit
9590cfb
·
verified ·
1 Parent(s): 9074cec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ demo = gr.Interface(
207
  outputs=[
208
  gr.Textbox(label="1. Gemini Visual Transcript"),
209
  gr.Textbox(label="2. Llama-Generated SFX Prompts", lines=8),
210
- gr.Gallery(label="3. ElevenLabs Generated Sound Effects", columns=1)
211
  ],
212
 
213
  title="🎬 AI Video-to-Sound-Effect Workflow",
 
207
  outputs=[
208
  gr.Textbox(label="1. Gemini Visual Transcript"),
209
  gr.Textbox(label="2. Llama-Generated SFX Prompts", lines=8),
210
+ gr.File(label="3. ElevenLabs Generated Sound Effects") #
211
  ],
212
 
213
  title="🎬 AI Video-to-Sound-Effect Workflow",