Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ gradio==3.13.0 # For the Gradio interface
|
|
3 |
datasets==2.14.1 # To load and manage the bigcode/the-stack dataset
|
4 |
torch==2.0.1 # For model inference with Whisper
|
5 |
soundfile==0.11.0 # For audio file handling
|
6 |
-
|
|
|
|
3 |
datasets==2.14.1 # To load and manage the bigcode/the-stack dataset
|
4 |
torch==2.0.1 # For model inference with Whisper
|
5 |
soundfile==0.11.0 # For audio file handling
|
6 |
+
httpx==0.23.3 # Compatible version for HTTP client
|
7 |
+
httpcore==0.15.0 # Compatible version for HTTP transport layer
|