frogcho123 commited on
Commit
2b86eba
·
1 Parent(s): fec37af

Update app.py

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