Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -490,7 +490,7 @@ main = gr.Interface(
|
|
490 |
main_scribble = gr.Interface(
|
491 |
fn=inference_scribble,
|
492 |
inputs=[
|
493 |
-
gr.ImageMask(label="[Stroke] Draw on Image",
|
494 |
gr.Image(label="test image1", type='pil'),
|
495 |
gr.Image(label="test image2", type='pil'),
|
496 |
],
|
|
|
490 |
main_scribble = gr.Interface(
|
491 |
fn=inference_scribble,
|
492 |
inputs=[
|
493 |
+
gr.ImageMask(label="[Stroke] Draw on Image", type='pil'),
|
494 |
gr.Image(label="test image1", type='pil'),
|
495 |
gr.Image(label="test image2", type='pil'),
|
496 |
],
|