tbdatasci commited on
Commit
ab44c03
1 Parent(s): b50f77d

Change to stable diffusion 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@
32
  import gradio as gr
33
 
34
  gr.close_all()
35
- demo = gr.load(name="models/runwayml/stable-diffusion-v1-5",
36
  title='PicassoBot',
37
  description='Because paint splatters are so last century')
38
 
 
32
  import gradio as gr
33
 
34
  gr.close_all()
35
+ demo = gr.load(name="models/stabilityai/stable-diffusion-2-1",
36
  title='PicassoBot',
37
  description='Because paint splatters are so last century')
38