Spaces:
Running on Zero
Running on Zero
Fix Gradio 6.10 theme font compatibility
Browse files
app.py
CHANGED
|
@@ -681,7 +681,6 @@ if __name__ == "__main__":
|
|
| 681 |
theme=gr.themes.Base(
|
| 682 |
primary_hue="indigo",
|
| 683 |
neutral_hue="slate",
|
| 684 |
-
font=["Inter", "ui-sans-serif", "system-ui", "sans-serif"],
|
| 685 |
),
|
| 686 |
css=APP_CSS,
|
| 687 |
js="""() => {
|
|
|
|
| 681 |
theme=gr.themes.Base(
|
| 682 |
primary_hue="indigo",
|
| 683 |
neutral_hue="slate",
|
|
|
|
| 684 |
),
|
| 685 |
css=APP_CSS,
|
| 686 |
js="""() => {
|