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