echarlaix HF Staff commited on
Commit
2a93a42
·
1 Parent(s): f4e59fb

update installation instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def export(model_id: str, private_repo: bool, overwritte: bool, oauth_token: gr.
145
  First make sure you have optimum-intel installed:
146
 
147
  ```bash
148
- pip install optimum[openvino]
149
  ```
150
 
151
  To load your model you can do as follows:
 
145
  First make sure you have optimum-intel installed:
146
 
147
  ```bash
148
+ pip install optimum-intel
149
  ```
150
 
151
  To load your model you can do as follows: