__main__.py 97 B

1234
  1. from fish_speech.webui.app import app
  2. if __name__ == "__main__":
  3. app.launch(show_api=False)