santhoshv6 commited on
Commit
a8d0b2d
·
1 Parent(s): 74c7f51

Fix short_description length to comply with HF requirements

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
- short_description: CIFAR-100 ResNet-18 model achieving 77.45% accuracy - Upload images for instant classification!
11
  license: mit
12
  ---
13
 
 
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
+ short_description: CIFAR-100 classifier with 77.45% accuracy
11
  license: mit
12
  ---
13