CiaraRowles commited on
Commit
06aa73b
·
verified ·
1 Parent(s): f816302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, instruct_query],
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.")