frogcho123 commited on
Commit
86d0c47
·
1 Parent(s): 5c3c379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,5 +58,5 @@ stt_demo = gr.Interface(
58
  )
59
 
60
  if __name__ == "__main__":
61
- stt_demo.launch(share=True)
62
 
 
58
  )
59
 
60
  if __name__ == "__main__":
61
+ stt_demo.launch()
62