cmagganas commited on
Commit
7bce4a8
1 Parent(s): e0cc52c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0
2
+ git+https://git@github.com/facebookresearch/audiocraft#egg=audiocraft
3
+ flask==2.2.5
4
+
5
+ # for development
6
+ jupyter
7
+ ipython
8
+ flask-cors