Update app.py
Browse files
app.py
CHANGED
@@ -24,10 +24,10 @@ def predict(image,max_length=64, num_beams=4):
|
|
24 |
|
25 |
input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
|
26 |
output = gr.outputs.Textbox(type="text",label="Captions")
|
27 |
-
examples = [f"example{i}.png" for i in range(1,
|
28 |
|
29 |
description= "Image caption Generator"
|
30 |
-
title = "
|
31 |
|
32 |
article = "Created By : Sravanth Kurmala"
|
33 |
|
|
|
24 |
|
25 |
input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
|
26 |
output = gr.outputs.Textbox(type="text",label="Captions")
|
27 |
+
examples = [f"example{i}.png" for i in range(1,4)]
|
28 |
|
29 |
description= "Image caption Generator"
|
30 |
+
title = "Deep Learning and AI Intern Assignment for Listed Inc"
|
31 |
|
32 |
article = "Created By : Sravanth Kurmala"
|
33 |
|