Straive-Kripa commited on
Commit
1453e7b
·
verified ·
1 Parent(s): 528a36c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def download_file():
35
  return [gr.UploadButton(visible=True), gr.DownloadButton(visible=False)]
36
 
37
  with gr.Blocks() as demo:
38
- gr.Markdown("First upload a file and and then you'll be able download a PII stripped version of it (but only once!)")
39
  #gr.Markdown("PII Anonymized:"+pii_anonymizer.anonymize_text_including_proper_nouns_and_addresses("Hello Kripa"))
40
  with gr.Row():
41
  u = gr.UploadButton("Upload a file", file_count="single", file_types=["text"])
 
35
  return [gr.UploadButton(visible=True), gr.DownloadButton(visible=False)]
36
 
37
  with gr.Blocks() as demo:
38
+ gr.Markdown("Upload a file to create a PII stripped version, but it could take minutes before file will be ready for download.")
39
  #gr.Markdown("PII Anonymized:"+pii_anonymizer.anonymize_text_including_proper_nouns_and_addresses("Hello Kripa"))
40
  with gr.Row():
41
  u = gr.UploadButton("Upload a file", file_count="single", file_types=["text"])