Spaces:
Running
Running
Update app.py
Browse files
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.
|
| 28 |
-
["cat.
|
| 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 |
|