Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.40.1 # An older version compatible with pydantic 1.x
|
| 2 |
+
openai
|
| 3 |
+
python-dotenv>=1.0.0
|
| 4 |
+
transformers>=4.0.0
|
| 5 |
+
torch>=2.0.0
|
| 6 |
+
groq
|
| 7 |
+
anthropic
|
| 8 |
+
google.generativeai
|
| 9 |
+
PyPDF2
|
| 10 |
+
python-docx
|
| 11 |
+
beautifulsoup4
|
| 12 |
+
youtube-transcript-api
|