Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
c74966a
1
Parent(s):
e841f49
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
|
3 |
-
os.system("pip install git+https://github.com/suno-ai/bark.git")
|
4 |
|
5 |
from bark.generation import SUPPORTED_LANGS
|
6 |
from bark import SAMPLE_RATE, generate_audio
|
|
|
1 |
import os
|
2 |
|
3 |
+
#os.system("pip install git+https://github.com/suno-ai/bark.git")
|
4 |
|
5 |
from bark.generation import SUPPORTED_LANGS
|
6 |
from bark import SAMPLE_RATE, generate_audio
|