Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
38a9d26
1
Parent(s):
8bfe9b1
Update app.py
Browse files
app.py
CHANGED
@@ -106,4 +106,5 @@ with gr.Blocks() as myface:
|
|
106 |
#run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
107 |
|
108 |
myface.launch(enable_queue=True, inline=True)
|
109 |
-
block.queue(concurrency_count=100)
|
|
|
|
106 |
#run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
107 |
|
108 |
myface.launch(enable_queue=True, inline=True)
|
109 |
+
block.queue(concurrency_count=100)
|
110 |
+
description="""Demo for <a href="https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0">Dreamlike Photoreal 2.0</a> Stable Diffusion model."""
|