Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 585 Bytes
b72e753 7c080f6 b72e753 f0afce4 7b611ec 0c995d0 c48b92c c3445f6 5ae811a 5f845dc d40e945 5d5cc81 6356013 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
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. |