Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,9 +166,9 @@ css="""
|
|
| 166 |
with gr.Blocks(css=css) as demo:
|
| 167 |
|
| 168 |
with gr.Column(elem_id="col-container"):
|
| 169 |
-
gr.Markdown(f"""#
|
| 170 |
""")
|
| 171 |
-
gr.Markdown(f"""Kontext[dev] finetuned for scene relighting ✨
|
| 172 |
""")
|
| 173 |
|
| 174 |
with gr.Row():
|
|
|
|
| 166 |
with gr.Blocks(css=css) as demo:
|
| 167 |
|
| 168 |
with gr.Column(elem_id="col-container"):
|
| 169 |
+
gr.Markdown(f"""# Kontext Relight 💡
|
| 170 |
""")
|
| 171 |
+
gr.Markdown(f"""Flux Kontext[dev] finetuned for scene relighting ✨
|
| 172 |
""")
|
| 173 |
|
| 174 |
with gr.Row():
|