Spaces:
Running
Running
Update commit
Browse files- requirements.txt +1 -1
- src/ui/app.py +2 -2
requirements.txt
CHANGED
|
@@ -7,4 +7,4 @@ tiktoken>=0.5.0
|
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
pydantic>=2.5.0
|
| 9 |
pydantic-settings>=2.0.0
|
| 10 |
-
huggingface-hub>=0.20.0
|
|
|
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
pydantic>=2.5.0
|
| 9 |
pydantic-settings>=2.0.0
|
| 10 |
+
huggingface-hub>=0.16.0,<0.20.0
|
src/ui/app.py
CHANGED
|
@@ -48,8 +48,8 @@ def create_theme() -> gr.themes.Base:
|
|
| 48 |
primary_hue=gr.themes.colors.neutral,
|
| 49 |
neutral_hue=gr.themes.colors.neutral,
|
| 50 |
font=["ui-sans-serif", "system-ui", "sans-serif"],
|
| 51 |
-
spacing_size=gr.themes.sizes.
|
| 52 |
-
radius_size=gr.themes.sizes.
|
| 53 |
)
|
| 54 |
|
| 55 |
|
|
|
|
| 48 |
primary_hue=gr.themes.colors.neutral,
|
| 49 |
neutral_hue=gr.themes.colors.neutral,
|
| 50 |
font=["ui-sans-serif", "system-ui", "sans-serif"],
|
| 51 |
+
spacing_size=gr.themes.sizes.spacing_md,
|
| 52 |
+
radius_size=gr.themes.sizes.radius_sm,
|
| 53 |
)
|
| 54 |
|
| 55 |
|