Spaces:
Runtime error
Runtime error
add tips
Browse files
app.py
CHANGED
@@ -172,6 +172,7 @@ def generate_images(prompts, pw, model):
|
|
172 |
with gr.Blocks() as demo:
|
173 |
gr.Markdown("# <center>Prompt de Resistance Image Generator</center>")
|
174 |
gr.Markdown("**Instructions**: To use this service, please enter the password. Then generate an image from the prompt field below in response to the challenge, then click the download arrow from the top right of the image to save it.")
|
|
|
175 |
challenge_display = gr.Textbox(label="Challenge", value=get_challenge())
|
176 |
challenge_display.disabled = True
|
177 |
regenerate_btn = gr.Button("New Challenge")
|
|
|
172 |
with gr.Blocks() as demo:
|
173 |
gr.Markdown("# <center>Prompt de Resistance Image Generator</center>")
|
174 |
gr.Markdown("**Instructions**: To use this service, please enter the password. Then generate an image from the prompt field below in response to the challenge, then click the download arrow from the top right of the image to save it.")
|
175 |
+
gr.Markdown("**Tips**: Use adjectives (size,color,mood), specify the visual style (realistic,cartoon,8-bit), explain the point of view (from above,first person,wide angle) ")
|
176 |
challenge_display = gr.Textbox(label="Challenge", value=get_challenge())
|
177 |
challenge_display.disabled = True
|
178 |
regenerate_btn = gr.Button("New Challenge")
|