Duplicated from mygyasir/Stable-Diffusion-Fast
9080bba dc7e3d7 9080bba
1
2
3
4
5
6
import gradio as gr interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="AI ART CREATOR") interface.queue(concurrency_count=5) interface.launch()