Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ css = """
|
|
| 54 |
with gr.Blocks(css=css) as demo:
|
| 55 |
with gr.Column(elem_id="col-container"):
|
| 56 |
gr.HTML("""
|
| 57 |
-
<h2 style="text-align: center;">
|
| 58 |
""")
|
| 59 |
with gr.Row():
|
| 60 |
with gr.Group():
|
|
|
|
| 54 |
with gr.Blocks(css=css) as demo:
|
| 55 |
with gr.Column(elem_id="col-container"):
|
| 56 |
gr.HTML("""
|
| 57 |
+
<h2 style="text-align: center;">SDXL Auto FaceSwap</h2>
|
| 58 |
""")
|
| 59 |
with gr.Row():
|
| 60 |
with gr.Group():
|