Spaces:
Runtime error
Runtime error
zfff
Browse files
app.py
CHANGED
|
@@ -150,4 +150,4 @@ gr.Interface(
|
|
| 150 |
fn=analyze_audio,
|
| 151 |
inputs=gr.Audio(type="filepath"),
|
| 152 |
outputs=[gr.HTML(), Video()],
|
| 153 |
-
).launch(
|
|
|
|
| 150 |
fn=analyze_audio,
|
| 151 |
inputs=gr.Audio(type="filepath"),
|
| 152 |
outputs=[gr.HTML(), Video()],
|
| 153 |
+
).launch()
|