from fish_speech.i18n import i18n HEADER_MD = f"""# Fish Speech {i18n("A text-to-speech model based on VQ-GAN and Llama developed by [Fish Audio](https://fish.audio).")} {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).")} {i18n("Related code and weights are released under CC BY-NC-SA 4.0 License.")} {i18n("We are not responsible for any misuse of the model, please consider your local laws and regulations before using it.")} """ TEXTBOX_PLACEHOLDER = i18n("Put your text here.")