File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ model_proto = onnx.load("path to .onnx file")
12
12
checker.check_model(model_proto)
13
13
```
14
14
15
+ ### Contribute a Gradio Demo to ONNX Organization on Hugging Face
16
+
17
+ * Create an account on Hugging Face: https://huggingface.co/join
18
+ * See list of models left to add to ONNX organization, please refer to the table with the [ Models list] ( https://github.com/onnx/models#models )
19
+ * Add Gradio Demo under your username, see blog for setting up Gradio Demo on Hugging Face: https://huggingface.co/blog/gradio-spaces
20
+ * Request to join ONNX Organization: https://huggingface.co/onnx
21
+ * Once approved transfer model from your username to ONNX organization
22
+ * Add a badge for model in model table, see examples in [ Models list] ( https://github.com/onnx/models#models )
23
+
15
24
## Model
16
25
17
26
| Model | Download | Download (with sample test data)| ONNX version| Opset version| Accuracy |
You can’t perform that action at this time.
0 commit comments