Shilpaj commited on
Commit
4c54cfc
·
verified ·
1 Parent(s): 077fb0c

Docs: Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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.