Spaces:
Running
Running
Merge pull request #1 from HumeAI/jh/testing
Browse files- .gitignore +1 -0
- README.md +9 -7
.gitignore
CHANGED
@@ -7,6 +7,7 @@ __pycache__/
|
|
7 |
# Virtual environment
|
8 |
venv/
|
9 |
gradio-env/
|
|
|
10 |
|
11 |
# Distribution / Packaging
|
12 |
build/
|
|
|
7 |
# Virtual environment
|
8 |
venv/
|
9 |
gradio-env/
|
10 |
+
.python-version
|
11 |
|
12 |
# Distribution / Packaging
|
13 |
build/
|
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<div align="center">
|
2 |
-
<img src="https://storage.googleapis.com/hume-public-logos/hume/hume-banner.png">
|
3 |
-
<h1>Hume AI | Expressive TTS Arena</h1>
|
4 |
<p>
|
5 |
-
<strong>An interactive platform for comparing and evaluating the expressiveness of different text-to-speech engines</strong>
|
6 |
-
</p>
|
7 |
</div>
|
8 |
|
9 |
## Overview
|
@@ -48,7 +48,7 @@ Expressive TTS Arena/
|
|
48 |
## Installation
|
49 |
|
50 |
1. Create and activate the virtual environment:
|
51 |
-
|
52 |
Mac/Linux
|
53 |
```sh
|
54 |
python -m venv gradio-env
|
@@ -82,10 +82,12 @@ Expressive TTS Arena/
|
|
82 |
```
|
83 |
|
84 |
5. Run the application:
|
85 |
-
```sh
|
86 |
watchfiles "python -m src.app"
|
87 |
```
|
88 |
|
|
|
|
|
89 |
## User Flow
|
90 |
|
91 |
1. **Enter or Generate Text:** Type directly in the Text box, or optionally enter a Prompt, click "Generate text", and edit if needed.
|
|
|
1 |
+
<div align="center">
|
2 |
+
<img src="https://storage.googleapis.com/hume-public-logos/hume/hume-banner.png">
|
3 |
+
<h1>Hume AI | Expressive TTS Arena</h1>
|
4 |
<p>
|
5 |
+
<strong>An interactive platform for comparing and evaluating the expressiveness of different text-to-speech engines</strong>
|
6 |
+
</p>
|
7 |
</div>
|
8 |
|
9 |
## Overview
|
|
|
48 |
## Installation
|
49 |
|
50 |
1. Create and activate the virtual environment:
|
51 |
+
|
52 |
Mac/Linux
|
53 |
```sh
|
54 |
python -m venv gradio-env
|
|
|
82 |
```
|
83 |
|
84 |
5. Run the application:
|
85 |
+
```sh
|
86 |
watchfiles "python -m src.app"
|
87 |
```
|
88 |
|
89 |
+
6. Test the application by navigating to the the localhost URL in your browser (e.g. localhost:7860 or http://127.0.0.1:7860)
|
90 |
+
|
91 |
## User Flow
|
92 |
|
93 |
1. **Enter or Generate Text:** Type directly in the Text box, or optionally enter a Prompt, click "Generate text", and edit if needed.
|