Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
tensorflow-cpu
|
6 |
-
git+https://github.com/huggingface/transformers # For Qwen2.5-VL support
|
7 |
-
huggingface_hub[hf_transfer]
|
8 |
-
gradio
|
9 |
-
Pillow
|
10 |
-
pydantic
|
11 |
-
qwen-vl-utils[decord]==0.0.8 # New requirement
|
|
|
1 |
+
|
2 |
+
flask
|
3 |
+
requests
|
4 |
+
beautifulsoup4
|
|
|
|
|
|
|
|
|
|
|
|
|
|