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

To save memory

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@
31
 
32
  import gradio as gr
33
 
 
34
  demo = gr.load(name="models/runwayml/stable-diffusion-v1-5",
35
  title='PicassoBot',
36
  description='Because paint splatters are so last century')
 
31
 
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')