kadirnar commited on
Commit
cb84794
1 Parent(s): e444f08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -11,6 +11,21 @@ from video_diffusion.zero_shot.zero_shot_text2video import ZeroShotText2VideoGen
11
  def diffusion_app():
12
  app = gr.Blocks()
13
  with app:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  with gr.Row():
15
  with gr.Column():
16
  with gr.Tab("Stable Diffusion Video"):
 
11
  def diffusion_app():
12
  app = gr.Blocks()
13
  with app:
14
+ gr.HTML(
15
+ """
16
+ <h1 style='text-align: center'>
17
+ Video Diffusion WebUI
18
+ </h1>
19
+ """
20
+ )
21
+ gr.HTML(
22
+ """
23
+ <h3 style='text-align: center'>
24
+ Follow me for more!
25
+ <a href='https://twitter.com/kadirnar_ai' target='_blank'>Twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>Github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>Linkedin</a>
26
+ </h3>
27
+ """
28
+ )
29
  with gr.Row():
30
  with gr.Column():
31
  with gr.Tab("Stable Diffusion Video"):