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