linoyts HF Staff commited on
Commit
dbf8c43
Β·
verified Β·
1 Parent(s): 463277e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -339,13 +339,13 @@ def generate_video(
339
  return None, seed
340
 
341
  # Create Gradio interface
342
- with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple")) as demo:
343
  gr.Markdown(
344
  """
345
  # Canny Control LTX Video Distilled
346
 
347
- LTX Video 0.9.7 Distilled with [control canny ICLoRA](https://huggingface.co/Lightricks/LTX-Video-ICLoRA-canny-13b-0.9.7)
348
- control AI video generation - by concatenation of control signals and LoRAs trained on just a few samples ✨
349
  """
350
  )
351
 
 
339
  return None, seed
340
 
341
  # Create Gradio interface
342
+ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"), "sans-serif"])) as demo:
343
  gr.Markdown(
344
  """
345
  # Canny Control LTX Video Distilled
346
 
347
+ LTX Video 0.9.7 Distilled with [control canny ICLoRA](https://huggingface.co/Lightricks/LTX-Video-ICLoRA-canny-13b-0.9.7):
348
+ control AI video generation - by concatenation of control signals and Canny LoRA trained on just a few samples ✨
349
  """
350
  )
351