Spaces:
Running
on
T4
Running
on
T4
praeclarumjj3
commited on
Commit
•
1e5dbd3
1
Parent(s):
e0ec743
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -196,7 +196,7 @@ description = "<p style='font-size: 14px; margin: 5px; font-weight: w300; text-a
|
|
196 |
|
197 |
setup_modules()
|
198 |
|
199 |
-
gradio_inputs = [gr.Image(
|
200 |
gr.Radio(choices=["the task is panoptic" ,"the task is instance", "the task is semantic"], type="value", value="the task is panoptic", label="Task Token Input"),
|
201 |
gr.Radio(choices=["COCO (133 classes)" ,"Cityscapes (19 classes)", "ADE20K (150 classes)"], type="value", value="COCO (133 classes)", label="Model"),
|
202 |
gr.Radio(choices=["DiNAT-L" ,"Swin-L"], type="value", value="DiNAT-L", label="Backbone"),
|
|
|
196 |
|
197 |
setup_modules()
|
198 |
|
199 |
+
gradio_inputs = [gr.Image(label="Input Image",type="filepath"),
|
200 |
gr.Radio(choices=["the task is panoptic" ,"the task is instance", "the task is semantic"], type="value", value="the task is panoptic", label="Task Token Input"),
|
201 |
gr.Radio(choices=["COCO (133 classes)" ,"Cityscapes (19 classes)", "ADE20K (150 classes)"], type="value", value="COCO (133 classes)", label="Model"),
|
202 |
gr.Radio(choices=["DiNAT-L" ,"Swin-L"], type="value", value="DiNAT-L", label="Backbone"),
|