godsofheaven commited on
Commit
07376d6
·
verified ·
1 Parent(s): ade401c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(title="ResNet-50 ImageNet-1k Classifier") as demo:
115
  )
116
  gr.Examples(
117
  examples=[
118
- "/oldfish.png",
119
  "tiger-shark.png",
120
  "toilet-tissue.png",
121
  ],
 
115
  )
116
  gr.Examples(
117
  examples=[
118
+ "goldfish.png",
119
  "tiger-shark.png",
120
  "toilet-tissue.png",
121
  ],