Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ def classify_audio(filepath):
|
|
20 |
demo = gr.Interface(
|
21 |
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label()
|
22 |
)
|
23 |
-
demo.launch(debug=True)
|
|
|
20 |
demo = gr.Interface(
|
21 |
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label()
|
22 |
)
|
23 |
+
demo.launch(debug=True, share=True)
|