Nymbo commited on
Commit
f54b39e
·
verified ·
1 Parent(s): bbab941

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # ⚠️ Soprano REQUIRES a CUDA GPU - it does not support CPU inference.
2
+
3
+ gradio==6.2.0
4
+ numpy
5
+ scipy
6
+ transformers
7
+ unidecode