Spaces:
Running
Running
udpate requirements
Browse files- README.md +7 -2
- requirements.txt +1 -1
README.md
CHANGED
@@ -4,10 +4,15 @@ emoji: π
|
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.37.2
|
8 |
app_file: app.py
|
9 |
+
hf_oauth: true
|
10 |
+
hf_oauth_scopes:
|
11 |
+
- read-repos
|
12 |
+
- write-repos
|
13 |
+
- manage-repos
|
14 |
pinned: false
|
15 |
license: apache-2.0
|
16 |
---
|
17 |
|
18 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
huggingface_hub==0.23.4
|
2 |
optimum[diffusers]==1.20.0
|
3 |
optimum-intel[openvino]==1.18.0
|
4 |
-
gradio[oauth]>=4.
|
5 |
gradio_huggingfacehub_search==0.0.6
|
|
|
1 |
huggingface_hub==0.23.4
|
2 |
optimum[diffusers]==1.20.0
|
3 |
optimum-intel[openvino]==1.18.0
|
4 |
+
gradio[oauth]>=4.37.2
|
5 |
gradio_huggingfacehub_search==0.0.6
|