Spaces:
Runtime error
Runtime error
Commit
Β·
97f861e
1
Parent(s):
1bed7aa
update
Browse files
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 |
)
|