neuralworm
commited on
Commit
·
f67eda9
1
Parent(s):
03a04b3
fix reqs
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,4 +1,11 @@
|
|
|
|
1 |
soundfile
|
2 |
scipy
|
3 |
IPython
|
4 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<<<<<<< HEAD
|
2 |
soundfile
|
3 |
scipy
|
4 |
IPython
|
5 |
+
gradio
|
6 |
+
=======
|
7 |
+
soundfile==0.12.1
|
8 |
+
scipy==1.10.1
|
9 |
+
IPython==8.12.2
|
10 |
+
gradio==3.30.0
|
11 |
+
>>>>>>> ca3a552 (fix reqs)
|