MeBai commited on
Commit
5ca01b8
·
verified ·
1 Parent(s): 22262db

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
+