Zeebra commited on
Commit
3f16f8d
1 Parent(s): ba7ab67

Update app.py

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