nsfwalex commited on
Commit
5d31b10
โ€ข
1 Parent(s): aae8571

Update app.py

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