dattazigzag commited on
Commit
07d50f5
·
verified ·
1 Parent(s): 3674ee2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -414,7 +414,7 @@ def preview_splits(text, pattern):
414
 
415
 
416
  def create_app():
417
- with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto")])) as ui:
418
  # Title
419
  gr.Markdown("# Kokoro-ONNX TTS Demo")
420
  gr.Markdown("#### Optimized ONNX implementation with Voice Blending")
 
414
 
415
 
416
  def create_app():
417
+ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Lato"), gr.themes.GoogleFont("Roboto"), "system-ui", "sans-serif"])) as ui:
418
  # Title
419
  gr.Markdown("# Kokoro-ONNX TTS Demo")
420
  gr.Markdown("#### Optimized ONNX implementation with Voice Blending")