Felladrin commited on
Commit
9bfcf12
1 Parent(s): 018304a

Use the Normal HF header

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