Respair commited on
Commit
f743c8d
1 Parent(s): ac0f482

Update app_tsukasa_remote.py

Browse files
Files changed (1) hide show
  1. 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 uses Tsukasa (24khz). <br> it is running on an old V100 in Middle East. I'm sorry but expect some occasional connection hiccups. <br> (try to regenerate a few times if you got an error!)
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 = {}