Shuang59 commited on
Commit
2ebbd13
β€’
1 Parent(s): af7c350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,6 +201,6 @@ examples = ['a camel | a forest', 'A cloudy blue sky | A mountain in the horizo
201
 
202
  import gradio as gr
203
  gr.Interface(title='Compositional Visual Generation with Composable Diffusion Models',
204
- description='Demo for Composable Diffusion (~20s per example). Project Page: https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/. \nThis demo is based on the released GLIDE model (https://github.com/openai/glide-text2im) for composing natural language descriptions. \nFor composing objects and object relations, see the project page for more information.',
205
  fn=compose_language_descriptions, inputs='text', outputs='image', examples=examples).launch();
206
 
 
201
 
202
  import gradio as gr
203
  gr.Interface(title='Compositional Visual Generation with Composable Diffusion Models',
204
+ description='Demo for Composable Diffusion (~20s per example). Project Page: https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/. This demo is based on the released GLIDE model (https://github.com/openai/glide-text2im) for composing natural language descriptions. For composing objects and object relations, see the project page for more information. When composing multiple sentences, use `|` as the delimiter. For example "a camel | a forest" composes "a camel" and "a forest" together.',
205
  fn=compose_language_descriptions, inputs='text', outputs='image', examples=examples).launch();
206