FM-1976 commited on
Commit
7e64e0c
·
verified ·
1 Parent(s): f4ef15d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from huggingface_hub import InferenceClient
15
 
16
  console = Console(width=80)
17
  theme=gr.themes.Default(primary_hue="blue", secondary_hue="pink",
18
- font=[gr.themes.GoogleFont("Oxanium"), "Arial", "sans-serif"])
19
 
20
  def checkHFT(hf_token):
21
  if 'hf_' in hf_token:
 
15
 
16
  console = Console(width=80)
17
  theme=gr.themes.Default(primary_hue="blue", secondary_hue="pink",
18
+ font=[gr.themes.GoogleFont("Lato"), "Arial", "sans-serif"])
19
 
20
  def checkHFT(hf_token):
21
  if 'hf_' in hf_token: