Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title):
|
|
41 |
key = title # 音高调整,支持正负(半音)
|
42 |
# 加速倍数
|
43 |
pndm_speedup = 20
|
44 |
-
wav_gen='
|
45 |
|
46 |
# Show the spinner and run the run_clip function inside the 'with' block
|
47 |
with st.spinner("Rendering Audio..."):
|
|
|
41 |
key = title # 音高调整,支持正负(半音)
|
42 |
# 加速倍数
|
43 |
pndm_speedup = 20
|
44 |
+
wav_gen='qu.wav'#直接改后缀可以保存不同格式音频,如flac可无损压缩
|
45 |
|
46 |
# Show the spinner and run the run_clip function inside the 'with' block
|
47 |
with st.spinner("Rendering Audio..."):
|