Spaces:
Build error
Build error
Commit
ยท
e4a653e
1
Parent(s):
4d7dc2a
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,9 +114,11 @@ demo = gr.Interface(
|
|
| 114 |
gr.Plot(),
|
| 115 |
article=article,
|
| 116 |
title=title,
|
| 117 |
-
|
|
|
|
|
|
|
| 118 |
examples=examples,
|
| 119 |
description=description)
|
| 120 |
|
| 121 |
|
| 122 |
-
demo.launch(enable_queue=
|
|
|
|
| 114 |
gr.Plot(),
|
| 115 |
article=article,
|
| 116 |
title=title,
|
| 117 |
+
enable_queue=True,
|
| 118 |
+
cache_examples=False,
|
| 119 |
+
live=False,
|
| 120 |
examples=examples,
|
| 121 |
description=description)
|
| 122 |
|
| 123 |
|
| 124 |
+
demo.launch(enable_queue=True, debug=False)
|