Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
71b3b0f
1
Parent(s):
6467231
Update app.py
Browse files
app.py
CHANGED
@@ -141,6 +141,12 @@ with gr.Blocks() as myface:
|
|
141 |
#run.click(send_it6, inputs=[prompt, noise_level], outputs=[output6])
|
142 |
#run.click(send_it7, inputs=[prompt, noise_level], outputs=[output7])
|
143 |
#run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
|
145 |
|
146 |
myface.launch(enable_queue=True, inline=True)
|
|
|
141 |
#run.click(send_it6, inputs=[prompt, noise_level], outputs=[output6])
|
142 |
#run.click(send_it7, inputs=[prompt, noise_level], outputs=[output7])
|
143 |
#run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
144 |
+
|
145 |
+
with gr.Row():
|
146 |
+
# other components
|
147 |
+
article = gr.HTML("""
|
148 |
+
Demo for <a href="https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0">Dreamlike Diffusion 1.0</a> Stable Diffusion model.
|
149 |
+
""")
|
150 |
|
151 |
|
152 |
myface.launch(enable_queue=True, inline=True)
|