khengkok commited on
Commit
f9fc222
1 Parent(s): f3ed741
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -94,15 +94,3 @@ gr.Interface(fn=predict,
94
  inputs=gr.Image(type="pil"),
95
  outputs=gr.Image(type="pil")
96
  ).launch(share=True)
97
- # def greet(name):
98
- # return "Hello " + name + "!!"
99
- #
100
- # iface = gr.Interface(fn=greet, inputs="text", outputs="text")
101
- # iface.launch()
102
- # fn=predict,
103
- # inputs=["image"],
104
- # outputs=[gr.outputs.Image(type="pil", label="RetinaNet Inference")],
105
- # title="Fridge Object Detector",
106
- # description="A VFNet model that detects common objects found in fridge. Upload an image or click an example image below to use.",
107
- # )
108
- #
 
94
  inputs=gr.Image(type="pil"),
95
  outputs=gr.Image(type="pil")
96
  ).launch(share=True)