Spaces:
Running
Running
install from source huggingfacehub
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
transformers
|
| 2 |
diffusers
|
|
|
|
| 3 |
optimum==1.19.2
|
| 4 |
optimum-intel[openvino]==1.16.1
|
| 5 |
gradio[oauth]>=4.28.0
|
|
|
|
| 1 |
transformers
|
| 2 |
diffusers
|
| 3 |
+
git+https://github.com/huggingface/huggingface_hub
|
| 4 |
optimum==1.19.2
|
| 5 |
optimum-intel[openvino]==1.16.1
|
| 6 |
gradio[oauth]>=4.28.0
|