BigTimeCoderSean commited on
Commit
e3de5d4
·
1 Parent(s): efc2ac4

fix app.py to remove 'share = True'

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ demo = gr.Interface(fn = predict,
70
  title = title,
71
  description = description)
72
 
73
- demo.launch(debug = False,
74
- share = True)
75
 
76
 
77
 
 
70
  title = title,
71
  description = description)
72
 
73
+ demo.launch(debug = False)
74
+
75
 
76
 
77