tbdatasci commited on
Commit
a8a49ad
1 Parent(s): 09fe663

Attempting to modify load template

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -31,4 +31,6 @@
31
 
32
  import gradio as gr
33
 
34
- gr.load(name="models/runwayml/stable-diffusion-v1-5", alias='PicassoBot').launch()
 
 
 
31
 
32
  import gradio as gr
33
 
34
+ demo = gr.load(name="models/runwayml/stable-diffusion-v1-5", alias='PicassoBot').Interface(title='PicassoBot')
35
+
36
+ demo.launch()