Brixaip / app.py
oldfart's picture
Update app.py
0bbcff0
raw
history blame
149 Bytes
import gradio as gr
demo = gr.Interface(
css="footer {visibility: hidden}"
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()