Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
·
d9dd3c0
1
Parent(s):
da7b542
Update picscore.py
Browse files- picscore.py +2 -7
picscore.py
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
<img path="PicScore.png">
|
| 5 |
-
</div>
|
| 6 |
-
"""
|
| 7 |
-
|
| 8 |
-
gr.Interface.load("models/stabilityai/stable-diffusion-2", description=description).launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
img path="PicScore.png"
|
| 3 |
+
gr.Interface.load("models/stabilityai/stable-diffusion-2").launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|