Spaces:
Runtime error
Runtime error
Commit
·
4866f63
1
Parent(s):
e28b988
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
model1 = gr.Interface.load("dreamlike-art/dreamlike-diffusion-1.0")
|
4 |
-
model2 = gr.Interface.load("dreamlike-art/dreamlike-photoreal-2.0")
|
5 |
|
6 |
gr.Interface(model1, model2).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
model1 = gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
|
4 |
+
model2 = gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
5 |
|
6 |
gr.Interface(model1, model2).launch()
|