Spaces:
Running
on
L4
Running
on
L4
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==5.37.0
|
2 |
+
transformers==4.51.3
|
3 |
+
numpy==2.2.6
|
4 |
+
Pillow==10.1.0
|
5 |
+
CairoSVG==2.7.1
|
6 |
+
einops==0.4.1
|
7 |
+
qwen-vl-utils==0.0.11
|
8 |
+
ConfigArgParse==1.7.1
|
9 |
+
PyYAML==6.0.2
|
10 |
+
typing-inspection==0.4.0
|
11 |
+
typing_extensions==4.12.2
|
12 |
+
ipython==8.12.3
|
13 |
+
moviepy==1.0.3
|
14 |
+
shapely==2.0.7
|
15 |
+
torch==2.3.0+cu121 --index-url https://download.pytorch.org/whl/cu121
|
16 |
+
torchvision==0.18.0+cu121 --index-url https://download.pytorch.org/whl/cu121
|