ariG23498 HF staff commited on
Commit
f71e4f8
·
verified ·
1 Parent(s): 214c509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ demo = gr.Interface(
24
  title="Custom timm Model Image Classifier",
25
  description="Enter a timm model name from Hugging Face, upload an image, and get predictions.",
26
  examples=[
27
- ["cat.png", "timm/mobilenetv3_small_100.lamb_in1k"],
28
- ["cat.png", "timm/resnet50.a1_in1k"],
29
  ],
30
  )
31
 
 
24
  title="Custom timm Model Image Classifier",
25
  description="Enter a timm model name from Hugging Face, upload an image, and get predictions.",
26
  examples=[
27
+ ["cat.jpg", "timm/mobilenetv3_small_100.lamb_in1k"],
28
+ ["cat.jpg", "timm/resnet50.a1_in1k"],
29
  ],
30
  )
31