Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def load_predefined_images1():
|
|
148 |
]
|
149 |
return predefined_images1
|
150 |
|
151 |
-
with gr.Blocks(css=css, theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
|
152 |
#with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.blue)) as demo:
|
153 |
|
154 |
with gr.Column(elem_id="col-container"):
|
|
|
148 |
]
|
149 |
return predefined_images1
|
150 |
|
151 |
+
with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue=gr.themes.colors.orange, font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
|
152 |
#with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.blue)) as demo:
|
153 |
|
154 |
with gr.Column(elem_id="col-container"):
|