Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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:
|