Gemma-sciling commited on
Commit
04295ff
1 Parent(s): 4555f15

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +1 -1
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 3.19.1
8
  app_file: app.py
9
  pinned: false
10
  license: unknown
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  license: unknown
11
+ python_version: 3.9.15
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
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/26.jpg"], ["images/23.jpg"], ["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"], ["images/18.jpg"]],
83
  css=".gradio-container {margin-top:80px !important;}"
84
  ).launch()