Use the Normal HF header
Browse files
README.md
CHANGED
|
@@ -6,9 +6,8 @@ colorTo: yellow
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.40.1
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: apache-2.0
|
| 11 |
-
header: mini
|
| 12 |
short_description: Convert a Hugging Face model to ONNX format
|
| 13 |
---
|
| 14 |
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.40.1
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
short_description: Convert a Hugging Face model to ONNX format
|
| 12 |
---
|
| 13 |
|