mmkuznecov commited on
Commit
fc5caf7
·
1 Parent(s): 9b5f794

added oval blur

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ image_input = gr.inputs.Image(shape=(None, None))
34
  blur_style = gr.inputs.Radio(['Rectangle', 'Oval'], label="Blur Style")
35
  image_output = gr.outputs.Image(type='numpy')
36
 
37
- gr.Interface(fn=detect_and_blur_faces, inputs=[image_input, blur_style], outputs=image_output, title="Face Detection and Blurring").launch()
 
34
  blur_style = gr.inputs.Radio(['Rectangle', 'Oval'], label="Blur Style")
35
  image_output = gr.outputs.Image(type='numpy')
36
 
37
+ gr.Interface(fn=detect_and_blur_faces, inputs=[image_input, blur_style], outputs=image_output, title="Face Detection and Blurring").launch()