pchopalli commited on
Commit
b1f189e
1 Parent(s): 48fb46b
Files changed (1) hide show
  1. app.py +1 -1
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)