VaneM commited on
Commit
83baa38
1 Parent(s): 402761d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ The model use:
22
  - text to Image [Stable Diffusion 2.0](https://huggingface.co/stabilityai/stable-diffusion-2),
23
  \n ... and so magic ☺
24
  """
25
- en_demo = gr.Interface.load("models/stabilityai/stable-diffusion-2", title=title)
26
 
27
  demo = gr.TabbedInterface([en_demo, es_demo], ["Text-Image English", "Texto-Imagen Español"])
28
 
 
22
  - text to Image [Stable Diffusion 2.0](https://huggingface.co/stabilityai/stable-diffusion-2),
23
  \n ... and so magic ☺
24
  """
25
+ en_demo = gr.Interface.load("models/stabilityai/stable-diffusion-2", title=title, description=description, article=article)
26
 
27
  demo = gr.TabbedInterface([en_demo, es_demo], ["Text-Image English", "Texto-Imagen Español"])
28