Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -514,7 +514,7 @@ css="""
|
|
514 |
#lora_list_link { font-size: 90%; background: var(--block-background-fill); padding: 0.5em 1em; border-radius: 8px; display:inline-block; margin-top:10px;}
|
515 |
"""
|
516 |
|
517 |
-
with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
|
518 |
# gr.Markdown("# LTX Video 0.9.7 Distilled with LoRA Explorer")
|
519 |
# gr.Markdown("Fast high quality video generation with custom LoRA support. [Model](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-distilled.safetensors) [GitHub](https://github.com/Lightricks/LTX-Video)")
|
520 |
title = gr.HTML(
|
|
|
514 |
#lora_list_link { font-size: 90%; background: var(--block-background-fill); padding: 0.5em 1em; border-radius: 8px; display:inline-block; margin-top:10px;}
|
515 |
"""
|
516 |
|
517 |
+
with gr.Blocks(css=css, theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"), "sans-serif"])) as demo:
|
518 |
# gr.Markdown("# LTX Video 0.9.7 Distilled with LoRA Explorer")
|
519 |
# gr.Markdown("Fast high quality video generation with custom LoRA support. [Model](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-distilled.safetensors) [GitHub](https://github.com/Lightricks/LTX-Video)")
|
520 |
title = gr.HTML(
|