Spaces:
Running
Running
T.Masuda
commited on
Commit
·
e2d30f8
1
Parent(s):
4985f16
update app
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ app = gr.Interface(
|
|
45 |
],
|
46 |
outputs='image',
|
47 |
allow_flagging='never',
|
48 |
-
concurrency_limit=20,
|
49 |
examples=[['examples/foreground.jpg', False, 'examples/background.jpg', 720, 540, 256, 256, False]],
|
50 |
#cache_examples=False
|
51 |
)
|
|
|
45 |
],
|
46 |
outputs='image',
|
47 |
allow_flagging='never',
|
48 |
+
#concurrency_limit=20,
|
49 |
examples=[['examples/foreground.jpg', False, 'examples/background.jpg', 720, 540, 256, 256, False]],
|
50 |
#cache_examples=False
|
51 |
)
|