Spaces:
Running
Running
add output name
Browse files
app.py
CHANGED
@@ -68,8 +68,8 @@ inputs = [
|
|
68 |
gr.inputs.Radio(["resnet50", "resnet101"]),
|
69 |
]
|
70 |
outputs = [
|
71 |
-
gr.outputs.Image(),
|
72 |
-
gr.outputs.Textbox()
|
73 |
]
|
74 |
gr.Interface(
|
75 |
fn=predict,
|
|
|
68 |
gr.inputs.Radio(["resnet50", "resnet101"]),
|
69 |
]
|
70 |
outputs = [
|
71 |
+
gr.outputs.Image(label='Image with Lines'),
|
72 |
+
gr.outputs.Textbox(label='Lines points List')
|
73 |
]
|
74 |
gr.Interface(
|
75 |
fn=predict,
|