mygyasir's picture
Duplicate from mygyasir/Stable-Diffusion-Fast
9080bba
raw
history blame
165 Bytes
import gradio as gr
interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="AI ART CREATOR")
interface.queue(concurrency_count=15)
interface.launch()