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