ron-hf commited on
Commit
d379e6d
·
1 Parent(s): 4990f6c

Remove css font

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. static/css/style.css +0 -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")]),
30
  css_paths="static/css/style.css",
31
  ) as demo:
32
  gr.Image(
static/css/style.css CHANGED
@@ -14,7 +14,6 @@ p {
14
 
15
  body {
16
  background: #0c4a6e;
17
- font-family: "Work Sans", serif !important;
18
  }
19
 
20
  gradio-app {
 
14
 
15
  body {
16
  background: #0c4a6e;
 
17
  }
18
 
19
  gradio-app {