BenDaouda commited on
Commit
a8c5052
·
1 Parent(s): cf30a96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ def transcribe(audio):
19
 
20
  iface = gr.Interface(
21
  fn=transcribe,
22
- inputs=gr.inputs.Audio(source="microphone", type="filepath"),
23
  outputs="text"
24
  )
25
 
26
- iface.launch()
 
19
 
20
  iface = gr.Interface(
21
  fn=transcribe,
22
+ inputs=gr.Audio(source="microphone", type="filepath"),
23
  outputs="text"
24
  )
25
 
26
+ iface.launch(share=True)