Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
bbc58f1
1
Parent(s):
87c9de6
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
|
|
|
|
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()
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
model1 = gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
4 |
model1.launch()
|
5 |
|
6 |
model2 = gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
|
7 |
+
model2.launch()
|