prithivMLmods commited on
Commit
5e65c11
·
verified ·
1 Parent(s): 20cccc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from transformers import (
15
  from transformers import Qwen2_5_VLForConditionalGeneration
16
 
17
  # Helper Functions
18
- def progress_bar_html(label: str, primary_color: str = "#4B0082", secondary_color: str = "#9370DB") -> str:
19
  """
20
  Returns an HTML snippet for a thin animated progress bar with a label.
21
  Colors can be customized; default colors are used for Qwen2VL/Aya‑Vision.
 
15
  from transformers import Qwen2_5_VLForConditionalGeneration
16
 
17
  # Helper Functions
18
+ def progress_bar_html(label: str, primary_color: str = "#FF69B4", secondary_color: str = "#FFB6C1") -> str:
19
  """
20
  Returns an HTML snippet for a thin animated progress bar with a label.
21
  Colors can be customized; default colors are used for Qwen2VL/Aya‑Vision.