Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,6 @@ with gr.Blocks() as demo:
|
|
57 |
|
58 |
generate_btn.click(fn=generate, inputs=[prompt_input, num_images_input, guidance_scale], outputs=gallery)
|
59 |
|
60 |
-
gr.Markdown("If a generated image appears entirely black, it has been filtered out by the NSFW safety checker. Please try generating additional images.)
|
61 |
|
62 |
demo.queue().launch()
|
|
|
57 |
|
58 |
generate_btn.click(fn=generate, inputs=[prompt_input, num_images_input, guidance_scale], outputs=gallery)
|
59 |
|
60 |
+
gr.Markdown("If a generated image appears entirely black, it has been filtered out by the NSFW safety checker. Please try generating additional images.")
|
61 |
|
62 |
demo.queue().launch()
|