Spaces:
Runtime error
Runtime error
Update font family
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def run(image: PIL.Image.Image) -> str:
|
|
26 |
|
27 |
with gr.Blocks(
|
28 |
title="Capabara - Image Captioning with GIT",
|
29 |
-
theme=gr.themes.Default(font=[gr.themes.GoogleFont("Work Sans"), "serif"]),
|
30 |
css_paths="static/css/style.css",
|
31 |
) as demo:
|
32 |
gr.Image(
|
|
|
26 |
|
27 |
with gr.Blocks(
|
28 |
title="Capabara - Image Captioning with GIT",
|
29 |
+
theme=gr.themes.Default(font=[gr.themes.GoogleFont("Work Sans"), "sans-serif"]),
|
30 |
css_paths="static/css/style.css",
|
31 |
) as demo:
|
32 |
gr.Image(
|