krishnv commited on
Commit
a6fd589
·
verified ·
1 Parent(s): d6d76a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ outputs = [
25
 
26
  title = "Simple Image captioning Application"
27
  description = "Upload an image to see the caption generated"
28
- example =['/content/messi.jpg']
29
 
30
  gr.Interface(
31
  caption_images,
 
25
 
26
  title = "Simple Image captioning Application"
27
  description = "Upload an image to see the caption generated"
28
+ example =['messi.jpg']
29
 
30
  gr.Interface(
31
  caption_images,