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