kadirnar commited on
Commit
49ae800
1 Parent(s): be688c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -12,6 +12,21 @@ from diffusion_webui import (
12
  def diffusion_app():
13
  app = gr.Blocks()
14
  with app:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  with gr.Row():
16
  with gr.Column():
17
  with gr.Tab(label="Text2Image"):
 
12
  def diffusion_app():
13
  app = gr.Blocks()
14
  with app:
15
+ gr.HTML(
16
+ """
17
+ <h1 style='text-align: center'>
18
+ Stable Diffusion Infinite Zoom Out and Zoom In
19
+ </h1>
20
+ """
21
+ )
22
+ gr.HTML(
23
+ """
24
+ <h3 style='text-align: center'>
25
+ Follow me for more!
26
+ <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>
27
+ </h3>
28
+ """
29
+ )
30
  with gr.Row():
31
  with gr.Column():
32
  with gr.Tab(label="Text2Image"):