SpongeBobFan2002/openaudio-s1-mini
0
1from fish_speech.i18n import i18n2 3HEADER_MD = f"""# Fish Speech4 5{i18n("A text-to-speech model based on VQ-GAN and Llama developed by [Fish Audio](https://fish.audio).")} 6 7{i18n("You can find the source code [here](https://github.com/fishaudio/fish-speech) and models [here](https://huggingface.co/fishaudio/fish-speech-1.5).")} 8 9{i18n("Related code and weights are released under CC BY-NC-SA 4.0 License.")} 10 11{i18n("We are not responsible for any misuse of the model, please consider your local laws and regulations before using it.")} 12"""13 14TEXTBOX_PLACEHOLDER = i18n("Put your text here.")15 