Commit
·
cf98228
1
Parent(s):
8fdd404
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 |
-
|
69 |
-
|
70 |
-
examples=examples1).launch(
|
|
|
65 |
title=Top_Title,
|
66 |
description=Custom_description,
|
67 |
article=Footer,
|
68 |
+
cache= True,
|
69 |
+
allow_flagging='never',
|
70 |
+
examples=examples1).launch()
|