owaiskha9654
commited on
Commit
•
7130f04
1
Parent(s):
c71f4d6
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,6 @@ gr.Interface(
|
|
71 |
title=Top_Title,
|
72 |
description=Custom_description,
|
73 |
article=Footer,
|
74 |
-
cache=
|
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)
|