Spaces:
Runtime error
Runtime error
Commit
·
45ef1c8
1
Parent(s):
da528d7
paths
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ sys.path.append("neutts-air")
|
|
| 5 |
from neuttsair.neutts import NeuTTSAir
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
-
SAMPLES_PATH =
|
| 9 |
DEFAULT_REF_TEXT = "So I'm live on radio. And I say, well, my dear friend James here clearly, and the whole room just froze. Turns out I'd completely misspoken and mentioned our other friend."
|
| 10 |
DEFAULT_REF_PATH = os.path.join(SAMPLES_PATH, "dave.wav")
|
| 11 |
DEFAULT_GEN_TEXT = "Hello, I'm NeuTTS-Air! How're you doing today?"
|
|
|
|
| 5 |
from neuttsair.neutts import NeuTTSAir
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
+
SAMPLES_PATH = "/neutts-air/samples/"
|
| 9 |
DEFAULT_REF_TEXT = "So I'm live on radio. And I say, well, my dear friend James here clearly, and the whole room just froze. Turns out I'd completely misspoken and mentioned our other friend."
|
| 10 |
DEFAULT_REF_PATH = os.path.join(SAMPLES_PATH, "dave.wav")
|
| 11 |
DEFAULT_GEN_TEXT = "Hello, I'm NeuTTS-Air! How're you doing today?"
|