Navyabhat commited on
Commit
b2a47bb
·
verified ·
1 Parent(s): 4cfbe9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ multimodal_phi2 = MultiModalPhi2(
9
  device="cpu",
10
  )
11
 
12
- theme = gr.themes.Default(primary_hue="blue", font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]).set(
13
  loader_color="#FF0000",
14
  button_primary_background_fill="*primary_200",
15
  button_primary_background_fill_hover="*primary_300",
 
9
  device="cpu",
10
  )
11
 
12
+ theme = gr.themes.Default(primary_hue="blue").set(
13
  loader_color="#FF0000",
14
  button_primary_background_fill="*primary_200",
15
  button_primary_background_fill_hover="*primary_300",