Spaces:
Runtime error
Runtime error
hmm
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def predict(mask_img):
|
|
31 |
|
32 |
demo = gr.Interface(
|
33 |
fn=predict,
|
34 |
-
inputs=gr.Image(tool = 'sketch', type='pil'
|
35 |
outputs=gr.Image()
|
36 |
)
|
37 |
|
|
|
31 |
|
32 |
demo = gr.Interface(
|
33 |
fn=predict,
|
34 |
+
inputs=gr.Image(tool = 'sketch', type='pil'),
|
35 |
outputs=gr.Image()
|
36 |
)
|
37 |
|