Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
|
@@ -278,7 +278,6 @@ if __name__ == "__main__":
|
|
| 278 |
#fixed-image-size {
|
| 279 |
max-width: 500px !important; /* fix the width of image */
|
| 280 |
max-height: 500px !important; /* fix the height of image */
|
| 281 |
-
object-fit: cover; /* makes the image fill area without stretching */
|
| 282 |
}
|
| 283 |
|
| 284 |
/* Use smaller max sizes on mobile */
|
|
@@ -296,7 +295,7 @@ if __name__ == "__main__":
|
|
| 296 |
Anonymize your group photos using Vance Blurring!
|
| 297 |
""")
|
| 298 |
|
| 299 |
-
with gr.Accordion("More info"):
|
| 300 |
gr.Markdown(
|
| 301 |
"""
|
| 302 |
**Advance Blur** uses a sophisticated technique called "Vance Blurring" to anonymize images of people!
|
|
|
|
| 278 |
#fixed-image-size {
|
| 279 |
max-width: 500px !important; /* fix the width of image */
|
| 280 |
max-height: 500px !important; /* fix the height of image */
|
|
|
|
| 281 |
}
|
| 282 |
|
| 283 |
/* Use smaller max sizes on mobile */
|
|
|
|
| 295 |
Anonymize your group photos using Vance Blurring!
|
| 296 |
""")
|
| 297 |
|
| 298 |
+
with gr.Accordion("More info", open=False):
|
| 299 |
gr.Markdown(
|
| 300 |
"""
|
| 301 |
**Advance Blur** uses a sophisticated technique called "Vance Blurring" to anonymize images of people!
|