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