marcellohalfeld commited on
Commit
f343ed3
1 Parent(s): fdbf104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -43,10 +43,3 @@ iface = gr.Interface(
43
  description="This is a simple web app for generating captions for images using a trained model."
44
  )
45
 
46
- iface = gr.Interface(
47
- fn=caption_image,
48
- inputs=gr.Image(),
49
- outputs="text",
50
- title="Image Captioning",
51
- description="This is a simple web app for generating captions for images using a trained model."
52
- )
 
43
  description="This is a simple web app for generating captions for images using a trained model."
44
  )
45