Koleshjr commited on
Commit
f49874c
1 Parent(s): 2b6238a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,5 +63,5 @@ gr.Interface (fn= predict,
63
  description = description,
64
  examples = examples,
65
  flagging_options=["Incorrect Prediction"],
66
- enable_queue = enable_queue).launch(debug = True, share=True)
67
 
 
63
  description = description,
64
  examples = examples,
65
  flagging_options=["Incorrect Prediction"],
66
+ enable_queue = enable_queue).launch()
67