Spaces:
Sleeping
Sleeping
Commit
·
fc5caf7
1
Parent(s):
9b5f794
added oval blur
Browse files
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()
|