alexnasa commited on
Commit
c9f3dc1
·
verified ·
1 Parent(s): 5c4f063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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("### XVerse Demo")
 
 
 
 
 
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():