LPX55 commited on
Commit
325a136
·
verified ·
1 Parent(s): 0d712d2

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -75,4 +75,5 @@ Make sure to install these dependencies using `pip` if they are not already inst
75
 
76
  ## License
77
 
78
- This project is licensed under the MIT License.
 
 
75
 
76
  ## License
77
 
78
+ This project is licensed under the MIT License.
79
+
requirements.txt CHANGED
@@ -9,7 +9,7 @@ certifi==2025.1.31
9
  dataclasses-json==0.6.7
10
  decorator==5.2.1
11
  deepgram-captions==1.2.0
12
- deepgram-sdk==3.11.0
13
  deprecation==2.1.0
14
  frozenlist==1.6.0
15
  h11==0.14.0
@@ -35,5 +35,5 @@ typing-inspect==0.9.0
35
  websockets==15.0.1
36
  yarl==1.20.0
37
  deepl==1.30.0
38
- gradio>=4.44.0
39
 
 
9
  dataclasses-json==0.6.7
10
  decorator==5.2.1
11
  deepgram-captions==1.2.0
12
+ deepgram-sdk>=3.11.0,<4.0.0
13
  deprecation==2.1.0
14
  frozenlist==1.6.0
15
  h11==0.14.0
 
35
  websockets==15.0.1
36
  yarl==1.20.0
37
  deepl==1.30.0
38
+ gradio>=6.0.0
39