Spaces:
Running
Running
Update app_tsukasa_remote.py
Browse files- app_tsukasa_remote.py +5 -3
app_tsukasa_remote.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
INTROTXT = """#
|
2 |
Repo -> [Hugging Face - 🤗](https://huggingface.co/Respair/Tsukasa_Speech)
|
3 |
-
This space
|
4 |
-
**Check the Read me tabs down below.** <br>
|
5 |
Enjoy!
|
6 |
"""
|
7 |
|
@@ -11,7 +10,10 @@ import os
|
|
11 |
import pickle
|
12 |
from gradio_client import Client
|
13 |
|
14 |
-
client = Client(os.environ['src'])
|
|
|
|
|
|
|
15 |
|
16 |
voices = {}
|
17 |
example_texts = {}
|
|
|
1 |
INTROTXT = """#
|
2 |
Repo -> [Hugging Face - 🤗](https://huggingface.co/Respair/Tsukasa_Speech)
|
3 |
+
This space is now run on a CPU backend. it should take roughly ~30 seconds to generate a one minute output.
|
|
|
4 |
Enjoy!
|
5 |
"""
|
6 |
|
|
|
10 |
import pickle
|
11 |
from gradio_client import Client
|
12 |
|
13 |
+
# client = Client(os.environ['src'])
|
14 |
+
|
15 |
+
client = Client(os.environ['host'], os.environ['key'])
|
16 |
+
|
17 |
|
18 |
voices = {}
|
19 |
example_texts = {}
|