Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ iface = gr.Interface(
|
|
87 |
inputs=[
|
88 |
gr.Image(label="Input Image", type="numpy"),
|
89 |
gr.Radio(choices=["automatic", "manual"],
|
90 |
-
type="value",
|
91 |
],
|
92 |
outputs=[
|
93 |
gr.Image(type="file", label="Inpainted Image"),
|
|
|
87 |
inputs=[
|
88 |
gr.Image(label="Input Image", type="numpy"),
|
89 |
gr.Radio(choices=["automatic", "manual"],
|
90 |
+
type="value", label="Masking Option")
|
91 |
],
|
92 |
outputs=[
|
93 |
gr.Image(type="file", label="Inpainted Image"),
|