Spaces:
Runtime error
Runtime error
Fixed the cached_examples runtime error
Browse files
app.py
CHANGED
|
@@ -29,4 +29,4 @@ gr.Interface(
|
|
| 29 |
examples=examples,
|
| 30 |
article=article,
|
| 31 |
title=title,
|
| 32 |
-
description=description).launch(enable_queue=True
|
|
|
|
| 29 |
examples=examples,
|
| 30 |
article=article,
|
| 31 |
title=title,
|
| 32 |
+
description=description).launch(enable_queue=True)
|