Spaces:
Sleeping
Sleeping
eienmojiki
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ else:
|
|
166 |
pipe = None
|
167 |
|
168 |
with gr.Blocks(
|
169 |
-
theme=gr.themes.
|
170 |
font = [gr.themes.GoogleFont("Teachers"), "Arial", "sans-serif"],
|
171 |
primary_hue="rose",
|
172 |
secondary_hue="pink"
|
|
|
166 |
pipe = None
|
167 |
|
168 |
with gr.Blocks(
|
169 |
+
theme=gr.themes.Base(
|
170 |
font = [gr.themes.GoogleFont("Teachers"), "Arial", "sans-serif"],
|
171 |
primary_hue="rose",
|
172 |
secondary_hue="pink"
|