Spaces:
Runtime error
Runtime error
techdrizzdev
commited on
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.48.1
|
2 |
+
torch==2.5.1
|
3 |
+
qwen-vl-utils
|
4 |
+
pillow ==11.1.0
|
5 |
+
gradio==5.12.0
|
6 |
+
huggingface-hub==0.27.1
|