Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
4fbe12b
1
Parent(s):
61a173a
Update app.py
Browse files
app.py
CHANGED
@@ -130,5 +130,5 @@ demo = gr.Interface(
|
|
130 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
131 |
examples=[])
|
132 |
|
133 |
-
demo.queue(concurrency_count=4)
|
134 |
-
demo.launch(
|
|
|
130 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
131 |
examples=[])
|
132 |
|
133 |
+
demo.queue(concurrency_count=4, api_open=False)
|
134 |
+
demo.launch()
|