Spaces:
Sleeping
Sleeping
alt fonts
Browse files
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")
|