owaiskha9654
commited on
Commit
·
e9b6e16
1
Parent(s):
cf98228
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,6 @@ gr.Interface(
|
|
65 |
title=Top_Title,
|
66 |
description=Custom_description,
|
67 |
article=Footer,
|
68 |
-
cache=
|
69 |
allow_flagging='never',
|
70 |
examples=examples1).launch()
|
|
|
65 |
title=Top_Title,
|
66 |
description=Custom_description,
|
67 |
article=Footer,
|
68 |
+
cache= False,
|
69 |
allow_flagging='never',
|
70 |
examples=examples1).launch()
|