Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
·
62a2482
1
Parent(s):
81fb167
Update picscore.py
Browse files- picscore.py +1 -2
picscore.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
-
import tkinter
|
3 |
|
4 |
description = """<div>
|
5 |
PICSCORE BETA-1
|
6 |
</div>
|
7 |
"""
|
8 |
-
gr.Interface.load("
|
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
description = """<div>
|
4 |
PICSCORE BETA-1
|
5 |
</div>
|
6 |
"""
|
7 |
+
gr.Interface.load("stabilityai/stable-diffusion-2", description=description).launch()
|