Spaces:
Running
Running
Hu
commited on
Commit
·
80bbbc3
1
Parent(s):
2132e33
disable cache of launch
Browse files
app.py
CHANGED
@@ -150,4 +150,4 @@ gr.Interface(
|
|
150 |
description=description,
|
151 |
article=article,
|
152 |
examples=examples,
|
153 |
-
).launch(enable_queue=True
|
|
|
150 |
description=description,
|
151 |
article=article,
|
152 |
examples=examples,
|
153 |
+
).launch(enable_queue=True)
|