Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,9 +43,9 @@ iface = gr.Interface(
|
|
43 |
outputs=gr.Textbox(lines=10, label="Expanded Prompts"),
|
44 |
title="Prompt Expansion Generator",
|
45 |
description=(
|
46 |
-
"Enter a basic prompt and receive multiple expanded prompt variants optimized for Stable Diffusion. "
|
47 |
"This tool uses a specialized model fine-tuned on Stable Diffusion prompts. "
|
48 |
-
"Simply copy the output for use with your image-generation pipeline."
|
49 |
)
|
50 |
)
|
51 |
|
|
|
43 |
outputs=gr.Textbox(lines=10, label="Expanded Prompts"),
|
44 |
title="Prompt Expansion Generator",
|
45 |
description=(
|
46 |
+
"Enter a basic prompt and receive multiple expanded prompt variants optimized for Stable Diffusion. Using ZeroGPU feature, results take 3 seconds "
|
47 |
"This tool uses a specialized model fine-tuned on Stable Diffusion prompts. "
|
48 |
+
"Simply copy the output for use with your image-generation pipeline. Thanks to https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion for the model!"
|
49 |
)
|
50 |
)
|
51 |
|