gabrielvigliensoni commited on
Commit
f3bf4c4
·
1 Parent(s): 55fcdaf

Add: Increase image range.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def predict(image,max_length=64, num_beams=4):
24
 
25
  input = gr.inputs.Image(label="Upload any 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
  title = "Image Captioning "
30
  description = "Made by : shreyasdixit.tech"
 
24
 
25
  input = gr.inputs.Image(label="Upload any 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,8)]
28
 
29
  title = "Image Captioning "
30
  description = "Made by : shreyasdixit.tech"