Spaces:
Runtime error
Runtime error
add enable queue + cache example
Browse files
app.py
CHANGED
|
@@ -70,6 +70,6 @@ iface = gr.Interface(
|
|
| 70 |
description=description,
|
| 71 |
title=title,
|
| 72 |
css=css,
|
| 73 |
-
article=article
|
| 74 |
)
|
| 75 |
-
iface.launch()
|
|
|
|
| 70 |
description=description,
|
| 71 |
title=title,
|
| 72 |
css=css,
|
| 73 |
+
article=article
|
| 74 |
)
|
| 75 |
+
iface.launch(enable_queue=True, cache_examples=True)
|