Omnibus commited on
Commit
99cf07f
β€’
1 Parent(s): af8075f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,