mhammad commited on
Commit
a78cb42
·
verified ·
1 Parent(s): 9cf9093

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,10 +1,10 @@
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
 
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