sergiopaniego HF Staff commited on
Commit
36b4542
·
1 Parent(s): 1a933f0

Updated app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,5 +59,5 @@ def detect(image):
59
 
60
  return output_pil_img
61
 
62
- demo = gr.Interface(fn=detect, inputs=gr.Image(label="Input image", type="pil"), outputs=gr.Image(label="Output image", type="pil"))
63
  demo.launch()
 
59
 
60
  return output_pil_img
61
 
62
+ demo = gr.Interface(fn=detect, inputs=gr.Image(label="Input image", type="pil"), outputs=gr.Image(label="Output image predictions", type="pil"))
63
  demo.launch()