mygyasir's picture
Update app.py
751b388
raw
history blame
128 Bytes
import gradio as gr
interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="AI ART CREATOR")
interface.launch()