Spaces:
Runtime error
Runtime error
fixed the cache_examples runtime error
Browse files
app.py
CHANGED
@@ -35,7 +35,4 @@ gr.Interface(
|
|
35 |
examples=examples,
|
36 |
article=article,
|
37 |
title=title,
|
38 |
-
description=description).launch(enable_queue=True
|
39 |
-
|
40 |
-
|
41 |
-
|
|
|
35 |
examples=examples,
|
36 |
article=article,
|
37 |
title=title,
|
38 |
+
description=description).launch(enable_queue=True)
|
|
|
|
|
|