multimodalart HF Staff commited on
Commit
56e0c40
·
verified ·
1 Parent(s): 737cc06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -244,7 +244,7 @@ def generate_video(
244
  with gr.Blocks(title="LTX-2.3 Distilled") as demo:
245
  gr.Markdown("# LTX-2.3 Distilled (22B): Fast Audio-Video Generation")
246
  gr.Markdown(
247
- "Fast and high quality video + audio generation"
248
  "[[model]](https://huggingface.co/Lightricks/LTX-2.3) "
249
  "[[code]](https://github.com/Lightricks/LTX-2)"
250
  )
@@ -304,6 +304,7 @@ with gr.Blocks(title="LTX-2.3 Distilled") as demo:
304
 
305
  css = """
306
  .fillable{max-width: 1200px !important}
 
307
  """
308
 
309
  if __name__ == "__main__":
 
244
  with gr.Blocks(title="LTX-2.3 Distilled") as demo:
245
  gr.Markdown("# LTX-2.3 Distilled (22B): Fast Audio-Video Generation")
246
  gr.Markdown(
247
+ "Fast and high quality video + audio generation "
248
  "[[model]](https://huggingface.co/Lightricks/LTX-2.3) "
249
  "[[code]](https://github.com/Lightricks/LTX-2)"
250
  )
 
304
 
305
  css = """
306
  .fillable{max-width: 1200px !important}
307
+ .progress-text {color: white}
308
  """
309
 
310
  if __name__ == "__main__":