Update app.py
Browse files
app.py
CHANGED
@@ -484,7 +484,12 @@ if __name__ == "__main__":
|
|
484 |
indices_state = gr.State([0, 1])
|
485 |
|
486 |
with gr.Column(elem_id="col-container"):
|
487 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
488 |
with gr.Row():
|
489 |
with gr.Column():
|
490 |
with gr.Row():
|
|
|
484 |
indices_state = gr.State([0, 1])
|
485 |
|
486 |
with gr.Column(elem_id="col-container"):
|
487 |
+
gr.Markdown(
|
488 |
+
""" # XVerse – Consistent Multi-Subject Control of Identity and Semantic Attributes via DiT Modulation
|
489 |
+
|
490 |
+
• Source: [Github](https://github.com/bytedance/XVerse)
|
491 |
+
• HF Space by : [@alexandernasa](https://twitter.com/alexandernasa/) """
|
492 |
+
)
|
493 |
with gr.Row():
|
494 |
with gr.Column():
|
495 |
with gr.Row():
|