sitammeur commited on
Commit
0abdd14
1 Parent(s): 19c5277

Debug mode is off

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ interface = gr.Interface(
36
  theme="soft",
37
  allow_flagging="never",
38
  )
39
- interface.launch(debug=True)
 
36
  theme="soft",
37
  allow_flagging="never",
38
  )
39
+ interface.launch(debug=False)