Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +20 -17
requirements.txt
CHANGED
@@ -1,28 +1,31 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
gradio_client==1.3.0
|
4 |
-
qwen-vl-utils==0.0.2
|
5 |
transformers-stream-generator==0.0.4
|
6 |
-
|
7 |
diffusers
|
8 |
-
|
|
|
9 |
peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
markdownify
|
11 |
smolagents
|
12 |
-
requests
|
13 |
duckduckgo_search
|
14 |
-
pandas
|
15 |
-
trimesh
|
16 |
-
torch==2.4.0
|
17 |
-
torchvision==0.19.0
|
18 |
-
sentencepiece
|
19 |
spaces
|
20 |
safetensors
|
21 |
-
edge-tts
|
22 |
-
audiosegment
|
23 |
-
asyncio
|
24 |
-
scipy
|
25 |
librosa
|
26 |
pydub
|
27 |
ffmpeg-python
|
28 |
-
av
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.4.0
|
2 |
+
torchvision==0.19.0
|
|
|
|
|
3 |
transformers-stream-generator==0.0.4
|
4 |
+
gradio_client==1.3.0
|
5 |
diffusers
|
6 |
+
accelerate
|
7 |
+
ultralytics
|
8 |
peft
|
9 |
+
huggingface_hub
|
10 |
+
git+https://github.com/huggingface/transformers.git
|
11 |
+
openai==1.58.1
|
12 |
+
sentencepiece
|
13 |
+
pandas
|
14 |
+
requests
|
15 |
+
scipy
|
16 |
+
asyncio
|
17 |
+
opencv-python
|
18 |
+
supervision
|
19 |
markdownify
|
20 |
smolagents
|
|
|
21 |
duckduckgo_search
|
|
|
|
|
|
|
|
|
|
|
22 |
spaces
|
23 |
safetensors
|
|
|
|
|
|
|
|
|
24 |
librosa
|
25 |
pydub
|
26 |
ffmpeg-python
|
27 |
+
av
|
28 |
+
audiosegment
|
29 |
+
edge-tts
|
30 |
+
trimesh
|
31 |
+
qwen-vl-utils==0.0.2
|