Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
334e3b7
1
Parent(s):
38a9d26
Update app.py
Browse files
app.py
CHANGED
@@ -107,4 +107,5 @@ with gr.Blocks() as myface:
|
|
107 |
|
108 |
myface.launch(enable_queue=True, inline=True)
|
109 |
block.queue(concurrency_count=100)
|
110 |
-
|
|
|
|
107 |
|
108 |
myface.launch(enable_queue=True, inline=True)
|
109 |
block.queue(concurrency_count=100)
|
110 |
+
article = """---
|
111 |
+
Demo for <a href="https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0">Dreamlike Photoreal 2.0</a> Stable Diffusion model."""
|