Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mrfakename/Kokoro-API
mrfakename
/
Kokoro-API-1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yaron Koresh
commited on
Aug 7, 2024
Commit
32bd149
·
verified
·
1 Parent(s):
540d42e
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
#!/bin/
sh
2
3
CONDA_ENV=$(head -1 ./env.yml | cut -d" " -f2)
4
eval "$(conda shell.bash hook)"
1
+
#!/bin/
bash
2
3
CONDA_ENV=$(head -1 ./env.yml | cut -d" " -f2)
4
eval "$(conda shell.bash hook)"