multimodalart HF Staff commited on
Commit
e1c94ba
·
verified ·
1 Parent(s): ee2e0d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -496,9 +496,9 @@ BLOG_URL = "https://huggingface.co/Lightricks/LTX-2.5-Diffusers"
496
 
497
  INTRO = f"""# ⚗️ LTX-2.5
498
 
499
- <div align="center">
500
- <a href="{DIFFUSERS_WEIGHTS_URL}" target="_blank" rel="noopener"><strong>[ diffusers weights ]</strong></a> &nbsp;
501
  <a href="{NATIVE_WEIGHTS_URL}" target="_blank" rel="noopener"><strong>[ native weights ]</strong></a> &nbsp;
 
502
  <a href="{BLOG_URL}" target="_blank" rel="noopener"><strong>[ blog ]</strong></a>
503
  </div>
504
 
@@ -508,7 +508,7 @@ INTRO = f"""# ⚗️ LTX-2.5
508
  # .main.fillable keeps the column from sprawling on wide monitors; the .dark rule stops the
509
  # container inheriting a washed-out text colour in dark mode.
510
  CSS = """
511
- .main.fillable {max-width: 1250px !important}
512
  .dark .gradio-container { color: var(--body-text-color); }
513
  """
514
 
 
496
 
497
  INTRO = f"""# ⚗️ LTX-2.5
498
 
499
+ <div>
 
500
  <a href="{NATIVE_WEIGHTS_URL}" target="_blank" rel="noopener"><strong>[ native weights ]</strong></a> &nbsp;
501
+ <a href="{DIFFUSERS_WEIGHTS_URL}" target="_blank" rel="noopener"><strong>[ diffusers weights ]</strong></a> &nbsp;
502
  <a href="{BLOG_URL}" target="_blank" rel="noopener"><strong>[ blog ]</strong></a>
503
  </div>
504
 
 
508
  # .main.fillable keeps the column from sprawling on wide monitors; the .dark rule stops the
509
  # container inheriting a washed-out text colour in dark mode.
510
  CSS = """
511
+ .main.fillable {max-width: 1200px !important}
512
  .dark .gradio-container { color: var(--body-text-color); }
513
  """
514