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

Added a title and description

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