Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ lang_list = ["en","de"]
|
|
18 |
|
19 |
def run_bark(text, n, lang):
|
20 |
#history_prompt = []
|
21 |
-
semantic_prompt=f"v2/{lang}_speaker_{int(n-1
|
22 |
|
23 |
#text=["Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe."],
|
24 |
inputs = processor(text=text,
|
|
|
18 |
|
19 |
def run_bark(text, n, lang):
|
20 |
#history_prompt = []
|
21 |
+
semantic_prompt=f"v2/{lang}_speaker_{int(n)-1}"
|
22 |
|
23 |
#text=["Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe."],
|
24 |
inputs = processor(text=text,
|