Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update
Browse files- README.md +2 -2
- requirements.txt +2 -2
README.md
CHANGED
@@ -4,11 +4,11 @@ emoji: π
|
|
4 |
colorFrom: pink
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
11 |
header: mini
|
12 |
---
|
13 |
|
14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.21.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
11 |
header: mini
|
12 |
---
|
13 |
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
apscheduler==3.10.4
|
2 |
-
gradio==4.
|
3 |
gradio_calendar==0.0.4
|
4 |
-
huggingface_hub==0.21.
|
5 |
pandas==2.2.0
|
6 |
requests==2.31.0
|
7 |
tqdm==4.66.1
|
|
|
1 |
apscheduler==3.10.4
|
2 |
+
gradio==4.21.0
|
3 |
gradio_calendar==0.0.4
|
4 |
+
huggingface_hub==0.21.4
|
5 |
pandas==2.2.0
|
6 |
requests==2.31.0
|
7 |
tqdm==4.66.1
|