ron-hf commited on
Commit
3b57238
·
1 Parent(s): 4eb6ad4

Update font family

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