Spaces:
Runtime error
Runtime error
fixed the cache_examples runtime error
Browse files
app.py
CHANGED
|
@@ -26,4 +26,4 @@ gr.Interface(
|
|
| 26 |
examples=examples,
|
| 27 |
article=article,
|
| 28 |
title=title,
|
| 29 |
-
description=description).launch(enable_queue=True
|
|
|
|
| 26 |
examples=examples,
|
| 27 |
article=article,
|
| 28 |
title=title,
|
| 29 |
+
description=description).launch(enable_queue=True)
|