Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -3,3 +3,6 @@ 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
|
|
|
|
|
|
|
|
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.0
|
7 |
+
httpcore==0.16.1
|
8 |
+
|