phenomenon1981 commited on
Commit
a4a5067
·
1 Parent(s): f03b379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()