Legola commited on
Commit
e4df650
·
1 Parent(s): aec593a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,5 +160,5 @@ demo = gr.Interface(
160
  )
161
 
162
  # Launch the Gradio interface
163
- demo.launch(debug=True, share=True)
164
 
 
160
  )
161
 
162
  # Launch the Gradio interface
163
+ demo.launch(debug=True)
164