owaiskha9654 commited on
Commit
7130f04
1 Parent(s): c71f4d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -71,6 +71,6 @@ gr.Interface(
71
  title=Top_Title,
72
  description=Custom_description,
73
  article=Footer,
74
- cache= False,
75
- allow_flagging='never',
76
- examples=examples1).launch()
 
71
  title=Top_Title,
72
  description=Custom_description,
73
  article=Footer,
74
+ # cache= True,
75
+ # allow_flagging='never',
76
+ examples=examples1).launch(debug=True)