Spaces:
Runtime error
Runtime error
pas3 update
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ def tts(
|
|
247 |
|
248 |
|
249 |
initial_md = """
|
250 |
-
# RVC
|
251 |
|
252 |
|
253 |
[![open in clab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Blane187/rvc-tts/blob/main/rvc_tts.ipynb)
|
@@ -258,13 +258,13 @@ This is a text-to-speech webui of RVC models.
|
|
258 |
Input text β‘[(edge-tts)](https://github.com/rany2/edge-tts)β‘ Speech mp3 file β‘[(RVC)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)β‘ Final output
|
259 |
"""
|
260 |
|
261 |
-
Another_md = """
|
262 |
|
263 |
-
RVC TTS
|
264 |
|
265 |
"""
|
266 |
|
267 |
-
app = gr.Blocks(theme=
|
268 |
with app:
|
269 |
gr.Markdown(initial_md)
|
270 |
gr.Markdown(Another_md)
|
|
|
247 |
|
248 |
|
249 |
initial_md = """
|
250 |
+
# RVC TTS HF π€
|
251 |
|
252 |
|
253 |
[![open in clab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Blane187/rvc-tts/blob/main/rvc_tts.ipynb)
|
|
|
258 |
Input text β‘[(edge-tts)](https://github.com/rany2/edge-tts)β‘ Speech mp3 file β‘[(RVC)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)β‘ Final output
|
259 |
"""
|
260 |
|
261 |
+
Another_md = """
|
262 |
|
263 |
+
RVC TTS β [π Github](https://github.com/Blane187/rvc-tts.git)
|
264 |
|
265 |
"""
|
266 |
|
267 |
+
app = gr.Blocks(theme='otit/violet', title="RVC-TTS")
|
268 |
with app:
|
269 |
gr.Markdown(initial_md)
|
270 |
gr.Markdown(Another_md)
|