Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Andreyalth
/
speaker_verification_1_to_N
like
1
Sleeping
App
Files
Files
Community
Andreyalth
commited on
Jul 31, 2024
Commit
273d072
•
1 Parent(s):
3e6fa3b
agregar archivo de setup
Browse files
Files changed (1)
hide
show
setup.sh
+4
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
pip install Cython
3
+
pip install -r requirements.txt
4
+
pip install --upgrade pip