nsfwalex commited on
Commit
26154cb
โ€ข
1 Parent(s): 90f8da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,6 +146,6 @@ with gr.Blocks(css=css, head=js) as demo:
146
  processed_img = inference(img)
147
  return processed_img
148
 
149
- process_button.click(update_status, inputs=image_input, outputs=image_input, js='''() => window.postMessageToParent("process_started", "deepnude_gan", "click_nude");''')
150
  demo.queue(max_size=10)
151
  demo.launch()
 
146
  processed_img = inference(img)
147
  return processed_img
148
 
149
+ process_button.click(update_status, inputs=image_input, outputs=image_input, js='''() => window.postMessageToParent("process_started", "deepnude_gan", "click_nude")''')
150
  demo.queue(max_size=10)
151
  demo.launch()