Spaces:
Sleeping
Sleeping
Docs: Updated README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ResNet50 trained on ImageNet-1K
|
2 |
|
3 |
Model trained on ImageNet-1K with 1000 classes.
|
@@ -6,7 +17,6 @@ Model trained on ImageNet-1K with 1000 classes.
|
|
6 |
|
7 |
`resnet50_imagenet1k.pth`
|
8 |
|
9 |
-
|
10 |
## Usage
|
11 |
|
12 |
1. Download the model from the link above.
|
|
|
1 |
+
---
|
2 |
+
title: ResNet50 ImageNet Classifier
|
3 |
+
emoji: 🖼️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.50.2
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# ResNet50 trained on ImageNet-1K
|
13 |
|
14 |
Model trained on ImageNet-1K with 1000 classes.
|
|
|
17 |
|
18 |
`resnet50_imagenet1k.pth`
|
19 |
|
|
|
20 |
## Usage
|
21 |
|
22 |
1. Download the model from the link above.
|