arahman347 commited on
Commit
aadf7a0
·
verified ·
1 Parent(s): 0f397f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,5 +1,3 @@
1
-
2
-
3
  import gradio as gr
4
  from huggingface_hub import InferenceClient #imports huggingface models
5
  # NEW LIBRARIES
@@ -68,8 +66,8 @@ custom_theme = gr.themes.Soft(
68
  neutral_hue="pink",
69
  font=[gr.themes.GoogleFont("Times New Roman"), "sans-serif"],
70
  font_mono=[gr.themes.GoogleFont("Times New Roman"), "monospace"]
71
- font_size="lg" # Options: xs, sm, md, lg, xl, 2xl, etc.
72
- )
73
 
74
  css = """
75
  body {
 
 
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient #imports huggingface models
3
  # NEW LIBRARIES
 
66
  neutral_hue="pink",
67
  font=[gr.themes.GoogleFont("Times New Roman"), "sans-serif"],
68
  font_mono=[gr.themes.GoogleFont("Times New Roman"), "monospace"]
69
+ font_size="lg"
70
+ )
71
 
72
  css = """
73
  body {