SRDdev commited on
Commit
910eeb1
1 Parent(s): bcf3921

Update app.py

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="Image to search", type = 'pil', optional=False)
26
  output = gr.outputs.Textbox(type="auto",label="Captions")
27
- examples = [f".examples/example_{i}.jpg" for i in range(1,5)]
28
 
29
  article = "This is an Image Captioning Application by SRDdev"
30
  title = "Image Captioning "
24
 
25
  input = gr.inputs.Image(label="Image to search", type = 'pil', optional=False)
26
  output = gr.outputs.Textbox(type="auto",label="Captions")
27
+ examples = [f"./example_{i}.jpg" for i in range(1,5)]
28
 
29
  article = "This is an Image Captioning Application by SRDdev"
30
  title = "Image Captioning "