picscore / picscore.py
TenPoisk
Update picscore.py
05aad73
raw
history blame
215 Bytes
import gradio as gr
import tkinter
description = """<div>
PICSCORE BETA-1
</div>
"""
gr.Interface.load("runwayml/stable-diffusion-v1-5", description=description).launch()