Upload folder using huggingface_hub
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
2 |
gtts==2.3.2
|
3 |
-
openai==1.6.1
|
|
|
|
|
|
1 |
+
# Core dependencies with compatible versions
|
2 |
+
gradio==3.50.2 # This version doesn't have the boolean issue
|
3 |
+
fastapi==0.103.2 # Compatible with this gradio version
|
4 |
+
uvicorn==0.23.2
|
5 |
+
|
6 |
+
# Missing dependencies you need
|
7 |
gtts==2.3.2
|
8 |
+
openai==1.6.1
|
9 |
+
|
10 |
+
# Add any other dependencies your application requires
|