aiknowyou-nic commited on
Commit
770d74c
1 Parent(s): ee75848

add image type

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ inputs = [
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(
 
68
  gr.inputs.Radio(["resnet50", "resnet101"]),
69
  ]
70
  outputs = [
71
+ gr.outputs.Image(label='Image with Lines', type='numpy'),
72
  gr.outputs.Textbox(label='Lines points List')
73
  ]
74
  gr.Interface(