Hev832 commited on
Commit
fa2c3ae
β€’
1 Parent(s): 383df00

pas3 update

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -247,7 +247,7 @@ def tts(
247
 
248
 
249
  initial_md = """
250
- # RVC text-to-speech webui
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 = [🌐 Github](https://github.com/Blane187/rvc-tts.git)
264
 
265
  """
266
 
267
- app = gr.Blocks(theme="Hev832/emerald", title="RVC-TTS")
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)