Spaces:
Runtime error
Runtime error
TenPoisk commited on
Commit ·
bf21564
1
Parent(s): 9e85dc4
Update picscore.py
Browse files- picscore.py +1 -1
picscore.py
CHANGED
|
@@ -5,4 +5,4 @@ description = """<div>
|
|
| 5 |
</div>
|
| 6 |
"""
|
| 7 |
|
| 8 |
-
gr.Interface.load("models/stabilityai/stable-diffusion-2").launch()
|
|
|
|
| 5 |
</div>
|
| 6 |
"""
|
| 7 |
|
| 8 |
+
gr.Interface.load("models/stabilityai/stable-diffusion-2", description=description).launch()
|