Spaces:
Sleeping
Sleeping
santhoshv6 commited on
Commit ·
a8d0b2d
1
Parent(s): 74c7f51
Fix short_description length to comply with HF requirements
Browse files
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
|
| 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 |
|