Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ PyMuPDF==1.23.5
|
|
2 |
Pillow==10.0.1
|
3 |
transformers==4.45.1 # Ensure compatibility with Qwen2.5 VL
|
4 |
torch==2.4.1 # Compatible version for Qwen2.5 VL
|
5 |
-
gradio==4.0.2
|
|
|
|
2 |
Pillow==10.0.1
|
3 |
transformers==4.45.1 # Ensure compatibility with Qwen2.5 VL
|
4 |
torch==2.4.1 # Compatible version for Qwen2.5 VL
|
5 |
+
gradio==4.0.2
|
6 |
+
spaces==0.28.3 # For ZeroGPU
|