linoyts HF Staff commited on
Commit
ed368ae
·
verified ·
1 Parent(s): 3ab4cc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -514,7 +514,7 @@ css="""
514
  with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
515
  # gr.Markdown("# LTX Video 0.9.7 Distilled with LoRA Explorer")
516
  # 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)")
517
- title = gr.HTML(
518
  """<h1><img src="https://huggingface.co/spaces/linoyts/LTXV-lora-the-explorer/resolve/main/Group%20588.png" alt="LoRA"> LTX Video LoRA the Explorer</h1>""",
519
  elem_id="title",
520
  )
 
514
  with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
515
  # gr.Markdown("# LTX Video 0.9.7 Distilled with LoRA Explorer")
516
  # 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)")
517
+ title = gr.HTML(
518
  """<h1><img src="https://huggingface.co/spaces/linoyts/LTXV-lora-the-explorer/resolve/main/Group%20588.png" alt="LoRA"> LTX Video LoRA the Explorer</h1>""",
519
  elem_id="title",
520
  )