Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,16 +8,16 @@ with app:
|
|
8 |
gr.HTML(
|
9 |
"""
|
10 |
<h1 style='text-align: center'>
|
11 |
-
Stable Diffusion Infinite Zoom Out
|
12 |
</h1>
|
13 |
"""
|
14 |
)
|
15 |
-
gr.
|
16 |
"""
|
17 |
-
<
|
18 |
Follow me for more!
|
19 |
<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>
|
20 |
-
</
|
21 |
"""
|
22 |
)
|
23 |
with gr.Row():
|
@@ -27,4 +27,4 @@ with app:
|
|
27 |
with gr.Tab('Zoom In'):
|
28 |
stable_diffusion_zoom_in_app()
|
29 |
|
30 |
-
app.launch(debug=True)
|
|
|
8 |
gr.HTML(
|
9 |
"""
|
10 |
<h1 style='text-align: center'>
|
11 |
+
Stable Diffusion Infinite Zoom Out and Zoom In
|
12 |
</h1>
|
13 |
"""
|
14 |
)
|
15 |
+
gr.HTML(
|
16 |
"""
|
17 |
+
<h3 style='text-align: center'>
|
18 |
Follow me for more!
|
19 |
<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>
|
20 |
+
</h3>
|
21 |
"""
|
22 |
)
|
23 |
with gr.Row():
|
|
|
27 |
with gr.Tab('Zoom In'):
|
28 |
stable_diffusion_zoom_in_app()
|
29 |
|
30 |
+
app.launch(debug=True)
|