unilm commited on
Commit
4b32dc7
1 Parent(s): abc9479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ grad.Interface(fn=generate,
27
  inputs=txt,
28
  outputs=out,
29
  title="Promptist Demo",
30
- description="Promptist is a prompt interface for Stable Diffusion v1-4 (https://huggingface.co/CompVis/stable-diffusion-v1-4) that optimizes user input into model-preferred prompts. The online demo at HuggingFace Space is using CPU, so slow generation speed would be expected. Please load the model locally with GPUs for faster generation.",
31
  examples=examples,
32
  allow_flagging='never',
33
  cache_examples=False,
27
  inputs=txt,
28
  outputs=out,
29
  title="Promptist Demo",
30
+ description="Promptist is a prompt interface for Stable Diffusion v1-4 (https://huggingface.co/CompVis/stable-diffusion-v1-4) that optimizes user input into model-preferred prompts. The online demo at Hugging Face Spaces is using CPU, so slow generation speed would be expected. Please load the model locally with GPUs for faster generation.",
31
  examples=examples,
32
  allow_flagging='never',
33
  cache_examples=False,