Spaces:
onnx
/
Running on CPU Upgrade

Felix Marty commited on
Commit
1569942
1 Parent(s): bdeb572

fix image?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def onnx_export(token: str, model_id: str, task: str) -> str:
57
 
58
  DESCRIPTION = """
59
  <p align="center">
60
- <img src="clean_hf_onnx.png"/>
61
  </p>
62
 
63
  This Space allows to automatically convert to ONNX transformers models hosted on the Hugging Face Hub. It opens a PR on the target model, and it is up to the owner of the original model
 
57
 
58
  DESCRIPTION = """
59
  <p align="center">
60
+ <img src="https://huggingface.co/spaces/optimum/exporters/resolve/main/clean_hf_onnx.png"/>
61
  </p>
62
 
63
  This Space allows to automatically convert to ONNX transformers models hosted on the Hugging Face Hub. It opens a PR on the target model, and it is up to the owner of the original model