Zeebra commited on
Commit
8b5e86c
1 Parent(s): 9ca7f57

removed share = True

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