Sravanth commited on
Commit
d91fe5f
·
1 Parent(s): 270c858

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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,3)]
28
 
29
  description= "Image caption Generator"
30
- title = "Image Captioning 🖼️"
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