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

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()
 
26
  description="Upload an image to classify if it's NSFW or SFW."
27
  )
28
 
29
+ demo.launch(share=True)