MankiratSingh1315 commited on
Commit
882a036
1 Parent(s): 0458996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ demo = gradio.Interface(fn=predict,
75
 
76
  launch_options = {
77
  "enable_queue": True,
78
- "share": True,
79
  }
80
 
81
  demo.launch(**launch_options)
 
75
 
76
  launch_options = {
77
  "enable_queue": True,
78
+ "share": False,
79
  }
80
 
81
  demo.launch(**launch_options)