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