picscore / picscore.py
TenPoisk
Update picscore.py
218098c
raw
history blame
248 Bytes
import gradio as gr
description = """<div>
<img src="https://photos.app.goo.gl/pJvqJKLG8Ca1HGMQ7">
</div>
"""
gr.Interface.load("models/stabilityai/stable-diffusion-2", description=description).launch()