Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ css="""
|
|
| 91 |
with gr.Blocks(css=css) as demo:
|
| 92 |
with gr.Column(elem_id="col-container"):
|
| 93 |
gr.Markdown(f"""
|
| 94 |
-
# Bria's Image-Prompt-Adapter
|
| 95 |
""")
|
| 96 |
|
| 97 |
with gr.Row():
|
|
|
|
| 91 |
with gr.Blocks(css=css) as demo:
|
| 92 |
with gr.Column(elem_id="col-container"):
|
| 93 |
gr.Markdown(f"""
|
| 94 |
+
# Bria's Multi-Image-Prompt-Adapter
|
| 95 |
""")
|
| 96 |
|
| 97 |
with gr.Row():
|