Fabrice-TIERCELIN commited on
Commit
638a247
·
verified ·
1 Parent(s): 3248862
Files changed (1) hide show
  1. app.py +3 -3
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", type="numpy", autoplay = True)
184
- output_audio_2 = gr.Video(label = "Generated Audio #2/3", type="numpy")
185
- output_audio_3 = gr.Video(label = "Generated Audio #3/3", type="numpy")
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 = [