Spaces:
Paused
Paused
SonarCloud Code Scan修正 (#3)
Browse files- 頭前加底線代表bē用--著 (7443ca978e8216c13e392047a7c158b853a1a101)
Co-authored-by: Sih Sîng-hông <Sing-hong@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -347,7 +347,7 @@ with demo:
|
|
| 347 |
gen_text_input, language, ignore_punctuation, ipa_with_ng
|
| 348 |
)
|
| 349 |
|
| 350 |
-
audio_out,
|
| 351 |
ref_audio_input,
|
| 352 |
ref_text_input,
|
| 353 |
gen_text_input,
|
|
@@ -410,7 +410,7 @@ with demo:
|
|
| 410 |
gen_text_input, language, ignore_punctuation, ipa_with_ng
|
| 411 |
)
|
| 412 |
|
| 413 |
-
audio_out,
|
| 414 |
ref_audio_input,
|
| 415 |
ref_text_input,
|
| 416 |
gen_text_input,
|
|
|
|
| 347 |
gen_text_input, language, ignore_punctuation, ipa_with_ng
|
| 348 |
)
|
| 349 |
|
| 350 |
+
audio_out, _spectrogram_path = infer(
|
| 351 |
ref_audio_input,
|
| 352 |
ref_text_input,
|
| 353 |
gen_text_input,
|
|
|
|
| 410 |
gen_text_input, language, ignore_punctuation, ipa_with_ng
|
| 411 |
)
|
| 412 |
|
| 413 |
+
audio_out, _spectrogram_path = infer(
|
| 414 |
ref_audio_input,
|
| 415 |
ref_text_input,
|
| 416 |
gen_text_input,
|