File size: 218 Bytes
5942a48
 
9e85dc4
da7b542
9e85dc4
 
 
bf21564
1
2
3
4
5
6
7
8
import gradio as gr

description = """<div>
                <img path="PicScore.png">
              </div>
              """

gr.Interface.load("models/stabilityai/stable-diffusion-2", description=description).launch()