Update app.py
Browse files
app.py
CHANGED
@@ -192,8 +192,7 @@ with gr.Blocks(css=css) as demo:
|
|
192 |
)
|
193 |
|
194 |
video_out = gr.Video(
|
195 |
-
label = "Waveform video"
|
196 |
-
animate = True
|
197 |
)
|
198 |
|
199 |
npz_file = gr.File(
|
|
|
192 |
)
|
193 |
|
194 |
video_out = gr.Video(
|
195 |
+
label = "Waveform video"
|
|
|
196 |
)
|
197 |
|
198 |
npz_file = gr.File(
|