Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +10 -30
requirements.txt
CHANGED
@@ -1,31 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
accelerate
|
7 |
-
transformers==4.49.0
|
8 |
-
ultralytics
|
9 |
-
peft
|
10 |
-
huggingface_hub
|
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 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
audiosegment
|
29 |
-
edge-tts
|
30 |
-
trimesh
|
31 |
-
qwen-vl-utils==0.0.2
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
git+https://github.com/huggingface/accelerate.git
|
4 |
+
git+https://github.com/huggingface/peft.git
|
5 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
spaces
|
7 |
+
gradio
|
8 |
+
gradio-imageslider
|
9 |
+
numpy
|
10 |
+
fastapi
|
11 |
+
opencv-python
|
|
|
|
|
|
|
|