ireneminhee commited on
Commit
12442e2
·
verified ·
1 Parent(s): 762f6c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- gradio==3.39.0
2
- torch>=1.12.0
3
- transformers==4.33.2
4
- openai==0.29.0
5
- pandas==2.1.1
6
- pydub==0.25.1
7
- numpy>=1.22.0
8
- soundfile>=0.12.1
9
 
10
 
 
1
+ gradio
2
+ torch
3
+ transformers
4
+ openai
5
+ pandas
6
+ pydub
7
+ numpy
8
+ soundfile
9
 
10