Spaces:
Runtime error
Runtime error
Fix type
Browse files
app.py
CHANGED
|
@@ -180,9 +180,9 @@ with gr.Blocks() as interface:
|
|
| 180 |
|
| 181 |
submit = gr.Button("🚀 Generate", variant = "primary")
|
| 182 |
|
| 183 |
-
output_audio_1 = gr.Video(label = "Generated Audio #1/3",
|
| 184 |
-
output_audio_2 = gr.Video(label = "Generated Audio #2/3"
|
| 185 |
-
output_audio_3 = gr.Video(label = "Generated Audio #3/3"
|
| 186 |
information = gr.Label(label = "Information")
|
| 187 |
|
| 188 |
submit.click(fn = update_seed, inputs = [
|
|
|
|
| 180 |
|
| 181 |
submit = gr.Button("🚀 Generate", variant = "primary")
|
| 182 |
|
| 183 |
+
output_audio_1 = gr.Video(label = "Generated Audio #1/3", autoplay = True)
|
| 184 |
+
output_audio_2 = gr.Video(label = "Generated Audio #2/3")
|
| 185 |
+
output_audio_3 = gr.Video(label = "Generated Audio #3/3")
|
| 186 |
information = gr.Label(label = "Information")
|
| 187 |
|
| 188 |
submit.click(fn = update_seed, inputs = [
|