owaiskha9654 commited on
Commit
cf98228
·
1 Parent(s): 8fdd404

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -65,6 +65,6 @@ gr.Interface(
65
  title=Top_Title,
66
  description=Custom_description,
67
  article=Footer,
68
- # cache= True,
69
- # allow_flagging='never',
70
- examples=examples1).launch(debug=True)
 
65
  title=Top_Title,
66
  description=Custom_description,
67
  article=Footer,
68
+ cache= True,
69
+ allow_flagging='never',
70
+ examples=examples1).launch()