Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
87c9de6
1
Parent(s):
41bcb81
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
|
3 |
-
gr.Interface.load("models/dreamlike-art/dreamlike-
|
4 |
-
|
|
|
1 |
+
model1 = gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
2 |
+
model1.launch()
|
3 |
|
4 |
+
model2 = gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
|
5 |
+
model2.launch()
|