Kylef94 commited on
Commit
5c89fe7
·
1 Parent(s): 41b1541

updating readme

Browse files
Files changed (2) hide show
  1. .readme.md.swp +0 -0
  2. README.md +13 -0
.readme.md.swp ADDED
Binary file (12.3 kB). View file
 
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  tags:
3
  - fastai
4
  - gradio
@@ -9,6 +19,8 @@ license: apache-2.0
9
 
10
  library_name: fastai
11
 
 
 
12
  metrics:
13
  - error rate
14
 
@@ -17,3 +29,4 @@ finetuned From Model: Resnet18
17
 
18
  # Bear-classifier
19
  A bear classifier trained using fast.ai
 
 
1
  ---
2
+ title: Bear Classifier
3
+
4
+ sdk: gradio
5
+
6
+ python_version: 3.10
7
+
8
+ app_file: app.py
9
+
10
+ models: Resnet18
11
+
12
  tags:
13
  - fastai
14
  - gradio
 
19
 
20
  library_name: fastai
21
 
22
+ pinned: false
23
+
24
  metrics:
25
  - error rate
26
 
 
29
 
30
  # Bear-classifier
31
  A bear classifier trained using fast.ai
32
+