Mike0021 commited on
Commit
76bd590
·
verified ·
1 Parent(s): e693a3d

Fix Gradio 6.10 theme font compatibility

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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="""() => {