Spaces:
Runtime error
Runtime error
Add duplicate badge
Browse files
app.py
CHANGED
@@ -78,9 +78,16 @@ examples = [
|
|
78 |
]
|
79 |
|
80 |
title = "Stable Diffusion Infinite Zoom Out"
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
demo_app = gr.Interface(
|
83 |
fn=stable_diffusion_zoom_out,
|
|
|
84 |
inputs=inputs,
|
85 |
outputs=output,
|
86 |
title=title,
|
|
|
78 |
]
|
79 |
|
80 |
title = "Stable Diffusion Infinite Zoom Out"
|
81 |
+
description = """<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
82 |
+
<br/>
|
83 |
+
<a href="https://huggingface.co/spaces/kadirnar/stable-diffusion-2-infinite-zoom-out?duplicate=true">
|
84 |
+
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
85 |
+
<p/>"""
|
86 |
+
|
87 |
|
88 |
demo_app = gr.Interface(
|
89 |
fn=stable_diffusion_zoom_out,
|
90 |
+
description=description,
|
91 |
inputs=inputs,
|
92 |
outputs=output,
|
93 |
title=title,
|