Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,9 @@ css = """
|
|
276 |
}
|
277 |
"""
|
278 |
|
279 |
-
|
|
|
|
|
280 |
with gr.Row():
|
281 |
with gr.Column(scale=6):
|
282 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|
|
|
276 |
}
|
277 |
"""
|
278 |
|
279 |
+
theme = gr.themes.Base(neutral_hue="zinc")
|
280 |
+
|
281 |
+
with gr.Blocks(theme=theme) as demo:
|
282 |
with gr.Row():
|
283 |
with gr.Column(scale=6):
|
284 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|