Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,8 @@ iface = gr.Interface(
|
|
119 |
article="## Text Examples",
|
120 |
article_description="Use examples",
|
121 |
#live=True,
|
122 |
-
debug=True
|
|
|
123 |
)
|
124 |
|
125 |
|
|
|
119 |
article="## Text Examples",
|
120 |
article_description="Use examples",
|
121 |
#live=True,
|
122 |
+
debug=True,
|
123 |
+
cache_examples=False
|
124 |
)
|
125 |
|
126 |
|