Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -472,8 +472,8 @@ main = gr.Interface(
|
|
472 |
gr.Image(label="test image2", type='pil'),
|
473 |
],
|
474 |
outputs=[
|
475 |
-
gr.Image(label="output image1", type='pil')
|
476 |
-
gr.Image(label="output image2", type='pil')
|
477 |
],
|
478 |
allow_flagging="never",
|
479 |
cache_examples=False,
|
@@ -495,8 +495,8 @@ main_scribble = gr.Interface(
|
|
495 |
gr.Image(label="test image2", type='pil'),
|
496 |
],
|
497 |
outputs=[
|
498 |
-
gr.Image(label="output image1", type='pil')
|
499 |
-
gr.Image(label="output image2", type='pil')
|
500 |
],
|
501 |
allow_flagging="never",
|
502 |
cache_examples=False,
|
@@ -520,8 +520,8 @@ main_finetune = gr.Interface(
|
|
520 |
gr.Image(label="test image2", type='pil'),
|
521 |
],
|
522 |
outputs=[
|
523 |
-
gr.Image(label="output image1", type='pil')
|
524 |
-
gr.Image(label="output image2", type='pil')
|
525 |
],
|
526 |
allow_flagging="never",
|
527 |
cache_examples=False,
|
|
|
472 |
gr.Image(label="test image2", type='pil'),
|
473 |
],
|
474 |
outputs=[
|
475 |
+
gr.Image(label="output image1", type='pil'),
|
476 |
+
gr.Image(label="output image2", type='pil'),
|
477 |
],
|
478 |
allow_flagging="never",
|
479 |
cache_examples=False,
|
|
|
495 |
gr.Image(label="test image2", type='pil'),
|
496 |
],
|
497 |
outputs=[
|
498 |
+
gr.Image(label="output image1", type='pil'),
|
499 |
+
gr.Image(label="output image2", type='pil'),
|
500 |
],
|
501 |
allow_flagging="never",
|
502 |
cache_examples=False,
|
|
|
520 |
gr.Image(label="test image2", type='pil'),
|
521 |
],
|
522 |
outputs=[
|
523 |
+
gr.Image(label="output image1", type='pil'),
|
524 |
+
gr.Image(label="output image2", type='pil'),
|
525 |
],
|
526 |
allow_flagging="never",
|
527 |
cache_examples=False,
|