hu2314 commited on
Commit
451709b
1 Parent(s): 3b93bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ with gr.Blocks() as demo:
35
  greet_btn.click(fn=audioToText2, inputs=name, outputs=output2)
36
  greet_btn.click(fn=audioToText3, inputs=name, outputs=output3)
37
 
38
- demo.launch(share=True, show_error = True)
 
35
  greet_btn.click(fn=audioToText2, inputs=name, outputs=output2)
36
  greet_btn.click(fn=audioToText3, inputs=name, outputs=output3)
37
 
38
+ demo.launch(share=False, show_error = True)