Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from transformers import Qwen2_5_VLForConditionalGeneration
|
|
18 |
# ---------------------------
|
19 |
# Helper Functions
|
20 |
# ---------------------------
|
21 |
-
def progress_bar_html(label: str, primary_color: str = "#
|
22 |
"""
|
23 |
Returns an HTML snippet for a thin animated progress bar with a label.
|
24 |
Colors can be customized; default colors are used for Qwen2VL/Aya‑Vision.
|
|
|
18 |
# ---------------------------
|
19 |
# Helper Functions
|
20 |
# ---------------------------
|
21 |
+
def progress_bar_html(label: str, primary_color: str = "#FF0000", secondary_color: str = "#FF4500") -> str:
|
22 |
"""
|
23 |
Returns an HTML snippet for a thin animated progress bar with a label.
|
24 |
Colors can be customized; default colors are used for Qwen2VL/Aya‑Vision.
|