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