Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,10 +26,7 @@ input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
|
|
26 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
27 |
examples = [f"example{i}.jpg" for i in range(1,7)]
|
28 |
|
29 |
-
|
30 |
-
title = "Image Captioning 🖼️"
|
31 |
-
|
32 |
-
article = "Created By : Shreyas Dixit "
|
33 |
|
34 |
interface = gr.Interface(
|
35 |
fn=predict,
|
|
|
26 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
27 |
examples = [f"example{i}.jpg" for i in range(1,7)]
|
28 |
|
29 |
+
title = "Image Captioning "
|
|
|
|
|
|
|
30 |
|
31 |
interface = gr.Interface(
|
32 |
fn=predict,
|