dagloop5 commited on
Commit
5f0bc90
·
verified ·
1 Parent(s): a279d71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -777,7 +777,7 @@ def generate_video(
777
 
778
  css = """
779
  .fillable {max-width: 1200px !important}
780
- .progress-text {color: white}
781
  """
782
 
783
  with gr.Blocks(title="LTX-2.3 Two-Stage HQ with LoRA Cache") as demo:
 
777
 
778
  css = """
779
  .fillable {max-width: 1200px !important}
780
+ .progress-text {color: black}
781
  """
782
 
783
  with gr.Blocks(title="LTX-2.3 Two-Stage HQ with LoRA Cache") as demo: