Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = "#
|
| 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.
|