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