smartdigitalnetworks's picture
Update app.py
ae82f31 verified
raw
history blame
230 Bytes
import gradio as gr
css = ""
css += """
footer {
visibility: hidden;
}
"""
# This builds a demo around the model's Inference Endpoint
demo = gr.load("OFA-Sys/small-stable-diffusion-v0", src="models")
demo.launch(css=css)