Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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",
|