Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ css = """
|
|
276 |
}
|
277 |
"""
|
278 |
|
279 |
-
with gr.Blocks(
|
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 |
+
with gr.Blocks() as demo:
|
280 |
with gr.Row():
|
281 |
with gr.Column(scale=6):
|
282 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|