File size: 136 Bytes
ce04560
 
 
 
 
1
2
3
4
5
import gradio as gr

this = gr.Interface.load("models/runwayml/stable-diffusion-v1-5")

this.launch(enable_queue=False, max_threads=100)