mygyasir's picture
Duplicate from mygyasir/digiplay-DreamShaper_8
7403ba6
raw
history blame contribute delete
No virus
249 Bytes
import gradio as gr
interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="Stable Diffusion Image generator", description='Generate Image with AI For Free on <a href="https://electrosion.web.app">Electrosion</a>')
interface.launch()