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