--- title: TTS Arena sdk: gradio app_file: app.py license: zlib tags: - arena emoji: 🏆 colorFrom: blue colorTo: blue pinned: true header: mini sdk_version: 5.1.0 short_description: Vote on the latest TTS models! --- # TTS Arena The codebase for TTS Arena v2. The TTS Arena is a Gradio app with several components. Please refer to the `app` directory for more information. ## Running the app ```bash RUNNING_LOCALLY=1 python app.py ``` You must set the `RUNNING_LOCALLY` environment variable to `1` when running the app locally. This prevents it from syncing with the database.