Spaces:
Runtime error
Runtime error
fixed the cache_examples runtime error
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ gr.Interface(
|
|
| 30 |
examples=examples,
|
| 31 |
article=article,
|
| 32 |
title=title,
|
| 33 |
-
description=description).launch(enable_queue=True
|
| 34 |
|
| 35 |
|
| 36 |
|
|
|
|
| 30 |
examples=examples,
|
| 31 |
article=article,
|
| 32 |
title=title,
|
| 33 |
+
description=description).launch(enable_queue=True)
|
| 34 |
|
| 35 |
|
| 36 |
|