Spaces:
Runtime error
Runtime error
Commit
·
6b76f97
1
Parent(s):
897a482
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ demo_app = gr.Interface(
|
|
78 |
outputs=outputs,
|
79 |
title=title,
|
80 |
examples=examples,
|
81 |
-
cache_examples=
|
82 |
theme='huggingface',
|
83 |
)
|
84 |
-
demo_app.launch(debug=True, enable_queue=
|
|
|
78 |
outputs=outputs,
|
79 |
title=title,
|
80 |
examples=examples,
|
81 |
+
cache_examples=False,
|
82 |
theme='huggingface',
|
83 |
)
|
84 |
+
demo_app.launch(debug=True, enable_queue=False)
|