Respair commited on
Commit
64bb637
·
verified ·
1 Parent(s): 487c6ab

Update app_tsukasa_remote.py

Browse files
Files changed (1) hide show
  1. app_tsukasa_remote.py +3 -2
app_tsukasa_remote.py CHANGED
@@ -1,8 +1,9 @@
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. <br>
4
  Use only ,!.??、。! symbols and nothing else (also instead of three dots, use a comma). <br>
5
- I have improved the inference function, now you should get a more consistent result in long form generations.
 
6
  Enjoy!
7
  """
8
 
 
1
  INTROTXT = """#
2
  Repo -> [Hugging Face - 🤗](https://huggingface.co/Respair/Tsukasa_Speech)
3
+ This space is now run on a CPU backend. <br>
4
  Use only ,!.??、。! symbols and nothing else (also instead of three dots, use a comma). <br>
5
+
6
+ Try [chatting with Aira](https://huggingface.co/spaces/Respair/Chatting_with_Aira), a mini-project I did by using various Tech and algorithms, including Tsukasa. <br>
7
  Enjoy!
8
  """
9