z-uo commited on
Commit
5440d10
1 Parent(s): b4d55e3

add output name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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,