josedolot commited on
Commit
6aedf55
·
1 Parent(s): 5c45b64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2203.090
45
 
46
  examples=[['frame_00_delay-0.13s.jpg']]
47
 
48
- gr.Interface(inference,gr.inputs.Image(type="pil"),[gr.outputs.Image(label='Features'),gr.outputs.Image(label='Regression'),gr.outputs.Image(label='Classification'),gr.outputs.Image(label='Anchors'),gr.outputs.Image(label='sSgmentation ')],article=article,description=description,title=title,examples=examples).launch()
 
45
 
46
  examples=[['frame_00_delay-0.13s.jpg']]
47
 
48
+ gr.Interface(inference,gr.inputs.Image(type="pil"),[gr.outputs.Image(label='Features'),gr.outputs.Image(label='Regression'),gr.outputs.Image(label='Classification'),gr.outputs.Image(label='Anchors'),gr.outputs.Image(label='Segmentation ')],article=article,description=description,title=title,examples=examples).launch()