Spaces:
Sleeping
Sleeping
T.Masuda commited on
Commit ·
3acb9fe
1
Parent(s): d6ccf2f
update app
Browse files
app.py
CHANGED
|
@@ -37,8 +37,8 @@ app = gr.Interface(
|
|
| 37 |
gr.AnnotatedImage(label='segmentation'),
|
| 38 |
],
|
| 39 |
allow_flagging='never',
|
|
|
|
| 40 |
examples=[['examples/sample1.jpg'], ['examples/sample2.jpg']],
|
| 41 |
#cache_examples=False
|
| 42 |
)
|
| 43 |
-
app.queue(concurrency_count=20)
|
| 44 |
app.launch()
|
|
|
|
| 37 |
gr.AnnotatedImage(label='segmentation'),
|
| 38 |
],
|
| 39 |
allow_flagging='never',
|
| 40 |
+
concurrency_limit=20,
|
| 41 |
examples=[['examples/sample1.jpg'], ['examples/sample2.jpg']],
|
| 42 |
#cache_examples=False
|
| 43 |
)
|
|
|
|
| 44 |
app.launch()
|