Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|