Spaces:
Running
Running
oceansweep
commited on
Commit
•
ccdf938
1
Parent(s):
573883d
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -34,8 +34,8 @@ fire==0.6.0
|
|
34 |
flatbuffers==24.3.25
|
35 |
fonttools==4.51.0
|
36 |
fsspec==2024.3.1
|
37 |
-
gradio
|
38 |
-
gradio_client
|
39 |
greenlet==3.0.3
|
40 |
h11==0.14.0
|
41 |
htmldate==1.8.1
|
@@ -113,8 +113,10 @@ tld==0.13
|
|
113 |
tokenizers==0.15.2
|
114 |
tomlkit==0.12.0
|
115 |
toolz==0.12.1
|
116 |
-
|
117 |
-
|
|
|
|
|
118 |
torchvision==0.17.2
|
119 |
tqdm==4.66.2
|
120 |
trafilatura==1.9.0
|
@@ -130,7 +132,7 @@ undetected-chromedriver==3.5.5
|
|
130 |
urllib3==2.2.1
|
131 |
uvicorn==0.29.0
|
132 |
watchfiles==0.21.0
|
133 |
-
websockets
|
134 |
wrapt==1.16.0
|
135 |
wsproto==1.2.0
|
136 |
-
yt-dlp
|
|
|
34 |
flatbuffers==24.3.25
|
35 |
fonttools==4.51.0
|
36 |
fsspec==2024.3.1
|
37 |
+
gradio
|
38 |
+
gradio_client
|
39 |
greenlet==3.0.3
|
40 |
h11==0.14.0
|
41 |
htmldate==1.8.1
|
|
|
113 |
tokenizers==0.15.2
|
114 |
tomlkit==0.12.0
|
115 |
toolz==0.12.1
|
116 |
+
|
117 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
118 |
+
torch
|
119 |
+
torchaudio
|
120 |
torchvision==0.17.2
|
121 |
tqdm==4.66.2
|
122 |
trafilatura==1.9.0
|
|
|
132 |
urllib3==2.2.1
|
133 |
uvicorn==0.29.0
|
134 |
watchfiles==0.21.0
|
135 |
+
websockets
|
136 |
wrapt==1.16.0
|
137 |
wsproto==1.2.0
|
138 |
+
yt-dlp
|