Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -144,8 +144,10 @@ else:
|
|
144 |
pipe = None
|
145 |
|
146 |
with gr.Blocks(
|
147 |
-
theme=gr.themes.
|
148 |
font = [gr.themes.GoogleFont("Teachers"), "Arial", "sans-serif"],
|
|
|
|
|
149 |
)
|
150 |
) as demo:
|
151 |
gr.HTML(
|
|
|
144 |
pipe = None
|
145 |
|
146 |
with gr.Blocks(
|
147 |
+
theme=gr.themes.Default(
|
148 |
font = [gr.themes.GoogleFont("Teachers"), "Arial", "sans-serif"],
|
149 |
+
primary_hue="rose",
|
150 |
+
secondary_hue="pink"
|
151 |
)
|
152 |
) as demo:
|
153 |
gr.HTML(
|