cocktailpeanut commited on
Commit
97f861e
Β·
1 Parent(s): 1bed7aa
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -19,6 +19,8 @@ from diffrhythm.infer.infer_utils import (
19
  get_reference_latent,
20
  get_lrc_token,
21
  get_style_prompt,
 
 
22
  prepare_model,
23
  get_negative_style_prompt
24
  )
 
19
  get_reference_latent,
20
  get_lrc_token,
21
  get_style_prompt,
22
+ get_text_style_prompt,
23
+ get_audio_style_prompt,
24
  prepare_model,
25
  get_negative_style_prompt
26
  )