Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,8 +91,8 @@ css="""
|
|
| 91 |
with gr.Blocks(css=css) as demo:
|
| 92 |
|
| 93 |
with gr.Column(elem_id="col-container"):
|
| 94 |
-
gr.Markdown(f"""#
|
| 95 |
-
Image editing and manipulation model
|
| 96 |
""")
|
| 97 |
with gr.Row():
|
| 98 |
with gr.Column():
|
|
|
|
| 91 |
with gr.Blocks(css=css) as demo:
|
| 92 |
|
| 93 |
with gr.Column(elem_id="col-container"):
|
| 94 |
+
gr.Markdown(f"""# Rhed-Dev Prototype Image Editing
|
| 95 |
+
Image editing and manipulation model powered by and distilled from BFL FLUX.1 Kontext
|
| 96 |
""")
|
| 97 |
with gr.Row():
|
| 98 |
with gr.Column():
|