Spaces:
Runtime error
Runtime error
Commit
·
6c227a3
1
Parent(s):
cfc858c
Upload app.py
Browse filesfixed examples
app.py
CHANGED
@@ -79,6 +79,6 @@ gr.Interface(
|
|
79 |
enable_queue=False,
|
80 |
sidebar="<img src='images/22.png' width='100%'/>",
|
81 |
description="This app uses image processing techniques to automatically blur out license plates and faces in photos. Protect the privacy of individuals and comply with regulations by obscuring sensitive information in your images with ease.",
|
82 |
-
examples=[["images/22.png"], ["images/18.jpg"]],
|
83 |
css=".gradio-container {margin-top:80px !important;}"
|
84 |
).launch()
|
|
|
79 |
enable_queue=False,
|
80 |
sidebar="<img src='images/22.png' width='100%'/>",
|
81 |
description="This app uses image processing techniques to automatically blur out license plates and faces in photos. Protect the privacy of individuals and comply with regulations by obscuring sensitive information in your images with ease.",
|
82 |
+
examples=[["images/22.png", 5, 5], ["images/18.jpg", 5, 5]],
|
83 |
css=".gradio-container {margin-top:80px !important;}"
|
84 |
).launch()
|