Public
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ def classify_speech(file):
|
|
13 |
return outputs
|
14 |
demo = gr.Interface(fn=classify_speech, inputs=gr.Audio(type='filepath'), outputs=gr.Label()
|
15 |
)
|
16 |
-
demo.launch()
|
|
|
13 |
return outputs
|
14 |
demo = gr.Interface(fn=classify_speech, inputs=gr.Audio(type='filepath'), outputs=gr.Label()
|
15 |
)
|
16 |
+
demo.launch(share=True)
|