Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,8 +100,7 @@ css="""
|
|
| 100 |
with gr.Blocks(css=css) as demo:
|
| 101 |
with gr.Column(elem_id="col-container"):
|
| 102 |
gr.Markdown(f"""
|
| 103 |
-
# Kolors
|
| 104 |
-
Demo of the Kolors model with IP-Adapter integration
|
| 105 |
""")
|
| 106 |
|
| 107 |
with gr.Row():
|
|
|
|
| 100 |
with gr.Blocks(css=css) as demo:
|
| 101 |
with gr.Column(elem_id="col-container"):
|
| 102 |
gr.Markdown(f"""
|
| 103 |
+
# Kolors IP-Adapter - image reference and variations
|
|
|
|
| 104 |
""")
|
| 105 |
|
| 106 |
with gr.Row():
|