owaiskha9654
commited on
Commit
·
c71f4d6
1
Parent(s):
27fcb1f
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= False,
|
75 |
allow_flagging='never',
|
76 |
examples=examples1).launch()
|