lelafav502 commited on
Commit
cc7ab21
·
1 Parent(s): 95a6dcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
2
 
3
 
4
  # Load the model
5
- gr.Interface.load("CompVis/stable-diffusion-v1-4").launch()
 
2
 
3
 
4
  # Load the model
5
+ gr.load("CompVis/stable-diffusion-v1-4").launch()