tbdatasci commited on
Commit
637c544
1 Parent(s): a8a49ad

trying to add title

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