Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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='
|
|
|
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()
|