Spaces:
Running
Running
Commit
·
52124ed
1
Parent(s):
6b3775a
Update run.py
Browse files
run.py
CHANGED
@@ -7,9 +7,9 @@ tts_examples = [
|
|
7 |
|
8 |
tts_demo = gr.load(
|
9 |
"huggingface/facebook/fastspeech2-en-ljspeech",
|
10 |
-
title=
|
11 |
examples=tts_examples,
|
12 |
-
|
13 |
)
|
14 |
|
15 |
demo = tts_demo
|
|
|
7 |
|
8 |
tts_demo = gr.load(
|
9 |
"huggingface/facebook/fastspeech2-en-ljspeech",
|
10 |
+
title="Text-to-Spech,
|
11 |
examples=tts_examples,
|
12 |
+
theme="Soft",
|
13 |
)
|
14 |
|
15 |
demo = tts_demo
|