Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,4 +61,4 @@ gr.Interface(
|
|
61 |
article=article,
|
62 |
title=title,
|
63 |
examples=examples,
|
64 |
-
description=description).launch(enable_queue=True)
|
|
|
61 |
article=article,
|
62 |
title=title,
|
63 |
examples=examples,
|
64 |
+
description=description).launch(enable_queue=True,cache_examples=True)
|