Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
·
53c6490
1
Parent(s):
cc368b5
Update picscore.py
Browse files- picscore.py +2 -2
picscore.py
CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
|
|
2 |
import trinker
|
3 |
|
4 |
description = """<div>
|
5 |
-
|
6 |
</div>
|
7 |
"""
|
8 |
-
|
9 |
gr.Interface.load("models/stabilityai/stable-diffusion-2", description=description).launch()
|
|
|
2 |
import trinker
|
3 |
|
4 |
description = """<div>
|
5 |
+
|
6 |
</div>
|
7 |
"""
|
8 |
+
label = tkinter.Label(root, text='PicScore', font='Times 30', fg='#0F0').grid()
|
9 |
gr.Interface.load("models/stabilityai/stable-diffusion-2", description=description).launch()
|