-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法将克隆好的音频文件文件保存下载到本地 #392
Comments
我也是不知道咋下载,用webui生成的 下载的都是0k的 wav |
right click audio, save and rename file. this is gradio related |
just tried, not work. There's nothing happen after click the |
Actually, something happened, after one min or two, a file named Maybe the filename My Env: |
Related gradio PR: gradio-app/gradio#8906 |
how to download final audio file |
I got the same problem,how to save the final audio file? |
https://www.youtube.com/watch?v=ReitI31JCcw here is the answer |
right click audio, save and rename file with xxx.wav,it's work for me . |
#audio_output = gr.Audio(label="Audio Output", autoplay=True, streaming=True) # wav |
问题描述
清晰简明地描述问题。
克隆生成的音频在合成后无法保存或下载到本地。应用程序能够正确生成音频,但播放后没有提供保存或下载的功能选项。
进入音频生成页面。
输入文本并选择所需的合成选项。
点击“生成音频”按钮生成并播放克隆的音频。
在播放后,尝试查找用于下载音频文件的按钮或链接,但没有此类选项。
预期行为
清晰简明地描述预期行为。
在生成克隆音频后,应该有选项可以将音频文件下载到本地系统。
Describe the bug
A clear and concise description of what the bug is.
The generated cloned audio cannot be saved or downloaded locally after synthesis. The application correctly generates the audio, but there is no option or functionality to download it after playback.
Go to the audio generation page.
Input text and select the desired synthesis options.
Click on the 'Generate Audio' button to generate and play the cloned audio.
Try to find a button or link to download the audio file after playback, but no such option is available.
Expected behavior
A clear and concise description of what you expected to happen.
After generating the cloned audio, there should be an option to download the audio file to the local system.
The text was updated successfully, but these errors were encountered: