Upload folder using huggingface_hub
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
# Core
|
2 |
-
gradio==3.50.2
|
3 |
-
fastapi==0.103.2
|
4 |
uvicorn==0.23.2
|
5 |
|
6 |
-
#
|
7 |
gtts==2.3.2
|
8 |
openai==1.6.1
|
9 |
|
10 |
-
# Add any other dependencies your application
|
|
|
1 |
+
# Core packages with compatible versions
|
2 |
+
gradio==3.50.2
|
3 |
+
fastapi==0.103.2
|
4 |
uvicorn==0.23.2
|
5 |
|
6 |
+
# Your missing dependencies
|
7 |
gtts==2.3.2
|
8 |
openai==1.6.1
|
9 |
|
10 |
+
# Add any other dependencies your application needs
|