Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update
Browse files- pre-requirements.txt +2 -0
- requirements.txt +1 -2
pre-requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
ragatouille==0.0.8.post2
|
2 |
+
spacy==3.7.4
|
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
datasets==2.19.1
|
2 |
-
|
3 |
gradio_calendar==0.0.4
|
4 |
huggingface_hub==0.23.1
|
5 |
pandas==2.2.2
|
6 |
-
ragatouille==0.0.8.post2
|
7 |
tqdm==4.66.4
|
|
|
1 |
datasets==2.19.1
|
2 |
+
gradio==4.31.5
|
3 |
gradio_calendar==0.0.4
|
4 |
huggingface_hub==0.23.1
|
5 |
pandas==2.2.2
|
|
|
6 |
tqdm==4.66.4
|