peaceAsh commited on
Commit
ce396c3
1 Parent(s): fa5bf4c

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,