variables.py 601 B

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