Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
fn=process_image,
|
35 |
inputs=[
|
36 |
gr.Image(type="pil", label="Input Image"),
|
37 |
-
gr.Radio(["default", "on"], label="TorchScript JIT", value="
|
38 |
gr.Radio(["Default", "Mask only"], label="Output Type", value="Default")
|
39 |
],
|
40 |
outputs=gr.Image(type="pil", label="Output Image"),
|
|
|
34 |
fn=process_image,
|
35 |
inputs=[
|
36 |
gr.Image(type="pil", label="Input Image"),
|
37 |
+
gr.Radio(["default", "on"], label="TorchScript JIT", value="on"),
|
38 |
gr.Radio(["Default", "Mask only"], label="Output Type", value="Default")
|
39 |
],
|
40 |
outputs=gr.Image(type="pil", label="Output Image"),
|