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