Spaces:
Running
Running
update requirements
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
transformers
|
2 |
-
diffusers
|
3 |
git+https://github.com/huggingface/huggingface_hub
|
4 |
-
optimum==1.20.0
|
5 |
-
optimum-intel[openvino]==1.
|
6 |
gradio[oauth]>=4.28.0
|
7 |
gradio_huggingfacehub_search==0.0.6
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/huggingface_hub
|
2 |
+
optimum[diffusers]==1.20.0
|
3 |
+
optimum-intel[openvino]==1.18.0
|
4 |
gradio[oauth]>=4.28.0
|
5 |
gradio_huggingfacehub_search==0.0.6
|