ManiAz09's picture
Update app.py
75c5ffc
raw
history blame contribute delete
158 Bytes
import gradio as gr
app = gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
app.queue(1)
app.launch(server_name="0.0.0.0", server_port=7860)