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