Spaces:
Runtime error
Runtime error
Commit ·
9ac128f
1
Parent(s): 97893d5
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,6 @@ description="This segments a Normal Image"
|
|
| 43 |
demo=gr.Interface(fn=predict,
|
| 44 |
inputs=gr.Image(type='pil'),
|
| 45 |
outputs=gr.Image(type='pil'),
|
| 46 |
-
output_shape=(256, 256),
|
| 47 |
title=title ,
|
| 48 |
examples=example_list,
|
| 49 |
description=description)
|
|
|
|
| 43 |
demo=gr.Interface(fn=predict,
|
| 44 |
inputs=gr.Image(type='pil'),
|
| 45 |
outputs=gr.Image(type='pil'),
|
|
|
|
| 46 |
title=title ,
|
| 47 |
examples=example_list,
|
| 48 |
description=description)
|