phenomenon1981's picture
Update app.py
bbc58f1
raw
history blame
204 Bytes
import gradio as gr
model1 = gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
model1.launch()
model2 = gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
model2.launch()