Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 123 |
|
| 124 |
with gr.Column(elem_id="col-container"):
|
| 125 |
gr.Markdown(f"""
|
| 126 |
-
# Text-to-Image Gradio
|
| 127 |
""")
|
| 128 |
|
| 129 |
with gr.Row():
|
|
@@ -212,7 +212,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 212 |
|
| 213 |
with gr.Column(elem_id="col-container"):
|
| 214 |
gr.Markdown(f"""
|
| 215 |
-
#
|
| 216 |
""")
|
| 217 |
|
| 218 |
with gr.Row():
|
|
@@ -311,7 +311,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 311 |
|
| 312 |
with gr.Column(elem_id="col-container"):
|
| 313 |
gr.Markdown(f"""
|
| 314 |
-
#
|
| 315 |
""")
|
| 316 |
|
| 317 |
with gr.Row():
|
|
|
|
| 123 |
|
| 124 |
with gr.Column(elem_id="col-container"):
|
| 125 |
gr.Markdown(f"""
|
| 126 |
+
# LinFusion Text-to-Image Gradio Demo
|
| 127 |
""")
|
| 128 |
|
| 129 |
with gr.Row():
|
|
|
|
| 212 |
|
| 213 |
with gr.Column(elem_id="col-container"):
|
| 214 |
gr.Markdown(f"""
|
| 215 |
+
# LinFusion Image-to-Image Gradio Demo
|
| 216 |
""")
|
| 217 |
|
| 218 |
with gr.Row():
|
|
|
|
| 311 |
|
| 312 |
with gr.Column(elem_id="col-container"):
|
| 313 |
gr.Markdown(f"""
|
| 314 |
+
# LinFusion IP-Adapter Gradio Demo
|
| 315 |
""")
|
| 316 |
|
| 317 |
with gr.Row():
|