avoice-dev commited on
Commit
205daf8
·
1 Parent(s): 7926ab4

fix(app): change launch params

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ iface = gr.Interface(
41
  )
42
 
43
  if __name__ == "__main__":
44
- iface.launch(debug=True, share=True)
 
41
  )
42
 
43
  if __name__ == "__main__":
44
+ iface.launch()