Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(css=css) as demo:
|
|
131 |
gallery = gr.Gallery(label="Generated Images")
|
132 |
|
133 |
submit.click(fn=generate_image,
|
134 |
-
inputs=[files, prompt, negative_prompt,instruct_query, scale, nfaa_negative_prompts
|
135 |
outputs=gallery)
|
136 |
|
137 |
gr.Markdown("This demo includes extra features to mitigate the implicit bias of the model and prevent explicit usage of it to generate content with faces of people, including third parties, that is not safe for all audiences, including naked or semi-naked people.")
|
|
|
131 |
gallery = gr.Gallery(label="Generated Images")
|
132 |
|
133 |
submit.click(fn=generate_image,
|
134 |
+
inputs=[files, prompt, negative_prompt,instruct_query, scale, nfaa_negative_prompts],
|
135 |
outputs=gallery)
|
136 |
|
137 |
gr.Markdown("This demo includes extra features to mitigate the implicit bias of the model and prevent explicit usage of it to generate content with faces of people, including third parties, that is not safe for all audiences, including naked or semi-naked people.")
|