gschurck commited on
Commit
c0b0792
·
1 Parent(s): 3c4d86c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,6 +14,6 @@ def get_image_embedding(image):
14
 
15
 
16
  image_input = gr.Image(type="pil")
17
- label_output = gr.outputs.JSON()
18
 
19
  gr.Interface(fn=get_image_embedding, inputs=image_input, outputs=label_output).launch()
 
14
 
15
 
16
  image_input = gr.Image(type="pil")
17
+ label_output = gr.JSON()
18
 
19
  gr.Interface(fn=get_image_embedding, inputs=image_input, outputs=label_output).launch()