Zeebra commited on
Commit
48ffadb
·
1 Parent(s): a5d2528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ def decipher(audio):
54
  # Using Gradio's audio Interface
55
  interface = gr.Interface(fn=decipher, inputs=gr.Audio(
56
  source="microphone", type="filepath"), outputs="text")
57
- interface.launch(share=True)
 
54
  # Using Gradio's audio Interface
55
  interface = gr.Interface(fn=decipher, inputs=gr.Audio(
56
  source="microphone", type="filepath"), outputs="text")
57
+ interface.launch()