Straive-Kripa commited on
Commit
bb9019d
·
verified ·
1 Parent(s): ebf2ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  from pathlib import Path
2
  import gradio as gr
 
3
 
4
  def upload_file(filepath):
5
  name = Path(filepath).name
 
1
  from pathlib import Path
2
  import gradio as gr
3
+ import pii_anonymizer
4
 
5
  def upload_file(filepath):
6
  name = Path(filepath).name