Hayloo9838 commited on
Commit
8be6adb
·
verified ·
1 Parent(s): 36c4070

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ demo = gr.Interface(
26
  description="Upload an image to classify if it's NSFW or SFW."
27
  )
28
 
29
- demo.launch(share=True)
 
26
  description="Upload an image to classify if it's NSFW or SFW."
27
  )
28
 
29
+ demo.launch(debug=True, server_name="0.0.0.0", server_port=7860)