mygyasir's picture
Duplicate from mygyasir/Stable-Diffusion-Fast111
e8df1b8
raw
history blame contribute delete
No virus
164 Bytes
import gradio as gr
interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="AI ART CREATOR")
interface.queue(concurrency_count=5)
interface.launch()