Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
@@ -286,13 +286,13 @@ if __name__ == "__main__":
|
|
286 |
object-fit: cover; /* makes the image fill area without stretching */
|
287 |
}
|
288 |
"""
|
289 |
-
with gr.Blocks(css=css_code, theme=gr.themes.
|
290 |
gr.Markdown(
|
291 |
"""
|
292 |
# Advance Blur
|
293 |
|
294 |
-
**Advance Blur** uses a sophisticated technique called "Vance Blurring" to anonymize images of people.
|
295 |
-
This process also removes identifiable metadata.
|
296 |
Uploaded images and data are permanently deleted after processing.
|
297 |
|
298 |
_No sofas, couches, chaises, or other living-room furniture were harmed in the production of this application._
|
@@ -310,7 +310,7 @@ if __name__ == "__main__":
|
|
310 |
submit_btn = gr.Button("Submit", variant="primary")
|
311 |
|
312 |
output_image = gr.Image(
|
313 |
-
label="Blurred Image",
|
314 |
elem_id="fixed-image-size",
|
315 |
tool=None,
|
316 |
show_label=True,
|
|
|
286 |
object-fit: cover; /* makes the image fill area without stretching */
|
287 |
}
|
288 |
"""
|
289 |
+
with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
|
290 |
gr.Markdown(
|
291 |
"""
|
292 |
# Advance Blur
|
293 |
|
294 |
+
**Advance Blur** uses a sophisticated technique called "Vance Blurring" to anonymize images of people.
|
295 |
+
This process also removes identifiable metadata.
|
296 |
Uploaded images and data are permanently deleted after processing.
|
297 |
|
298 |
_No sofas, couches, chaises, or other living-room furniture were harmed in the production of this application._
|
|
|
310 |
submit_btn = gr.Button("Submit", variant="primary")
|
311 |
|
312 |
output_image = gr.Image(
|
313 |
+
label="Vance Blurred Image",
|
314 |
elem_id="fixed-image-size",
|
315 |
tool=None,
|
316 |
show_label=True,
|