NeuralFalcon commited on
Commit
b83c472
·
verified ·
1 Parent(s): a51688c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,7 +130,7 @@ def toggle_autoplay(autoplay):
130
 
131
  with gr.Blocks() as demo1:
132
  gr.Markdown("# Batched TTS")
133
- gr.Markdown("(Install on Windows/Linux)[https://github.com/NeuralFalconYT/Kokoro-82M-WebUI]")
134
 
135
  with gr.Row():
136
  with gr.Column():
@@ -916,7 +916,7 @@ demo4 = create_voice_mix_ui()
916
  display_text = " \n".join(voice_list)
917
 
918
  with gr.Blocks() as demo5:
919
- gr.Markdown("(Install on Windows/Linux)[https://github.com/NeuralFalconYT/Kokoro-82M-WebUI]")
920
  gr.Markdown(f"# Voice Names \n{display_text}")
921
 
922
 
 
130
 
131
  with gr.Blocks() as demo1:
132
  gr.Markdown("# Batched TTS")
133
+ gr.Markdown("[Install on Windows/Linux](https://github.com/NeuralFalconYT/Kokoro-82M-WebUI)")
134
 
135
  with gr.Row():
136
  with gr.Column():
 
916
  display_text = " \n".join(voice_list)
917
 
918
  with gr.Blocks() as demo5:
919
+ gr.Markdown("[Install on Windows/Linux](https://github.com/NeuralFalconYT/Kokoro-82M-WebUI)")
920
  gr.Markdown(f"# Voice Names \n{display_text}")
921
 
922