Spaces:
Runtime error
Runtime error
File size: 164 Bytes
54fdd94 |
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()
|