Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ css = """
|
|
272 |
}
|
273 |
"""
|
274 |
|
275 |
-
with gr.Blocks(
|
276 |
with gr.Row():
|
277 |
with gr.Column(scale=6):
|
278 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|
|
|
272 |
}
|
273 |
"""
|
274 |
|
275 |
+
with gr.Blocks() as demo:
|
276 |
with gr.Row():
|
277 |
with gr.Column(scale=6):
|
278 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|