veetla commited on
Commit
7cfad07
1 Parent(s): 80c732e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
 
 
1
  import gradio as gr
2
 
3
+ # gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
4
+ gr.Interface.load("models/sd-dreambooth-library/disco-diffusion-style").launch()