Spaces:
Runtime error
Runtime error
Commit
·
76b2821
1
Parent(s):
a6e0ca9
do not cache
Browse files
app.py
CHANGED
@@ -467,4 +467,5 @@ gr.Interface(
|
|
467 |
description=description,
|
468 |
article=article,
|
469 |
examples=examples,
|
|
|
470 |
).queue().launch(debug=True,show_api=True)
|
|
|
467 |
description=description,
|
468 |
article=article,
|
469 |
examples=examples,
|
470 |
+
cache_examples=False,
|
471 |
).queue().launch(debug=True,show_api=True)
|