Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==6.6.0
|
| 2 |
+
transformers>=4.30.0
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
PyPDF2>=3.0.0
|
| 5 |
+
huggingface-hub>=0.19.0
|
| 6 |
+
google-genai>=1.0.0
|
| 7 |
+
groq>=0.4.0
|