Spaces:
Running
Running
zach
commited on
Commit
·
9751248
1
Parent(s):
e55b00b
Add links for prerequisites in project README
Browse files
README.md
CHANGED
@@ -12,10 +12,10 @@ Expressive TTS Arena is an open-source web application that enables users to com
|
|
12 |
|
13 |
## Prerequisites
|
14 |
|
15 |
-
- Python >=3.11.11
|
16 |
-
- pip >=25.0
|
17 |
-
- uv >=0.5.29
|
18 |
-
- API keys for
|
19 |
|
20 |
## Project Structure
|
21 |
|
|
|
12 |
|
13 |
## Prerequisites
|
14 |
|
15 |
+
- [Python >=3.11.11](https://www.python.org/downloads/)
|
16 |
+
- [pip >=25.0](https://pypi.org/project/pip/)
|
17 |
+
- [uv >=0.5.29](https://github.com/astral-sh/uv)
|
18 |
+
- API keys for Hume AI, Anthropic, and ElevenLabs
|
19 |
|
20 |
## Project Structure
|
21 |
|