HarshitaSuri commited on
Commit
4ae52d1
·
verified ·
1 Parent(s): 65f06b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ iface = gr.Interface(
120
  gr.File(label="Download Redacted PDF")
121
  ],
122
  title="🔐 Smart Doc Redactor",
123
- description="Redacts enrollment numbers, personal details, transaction IDs, and faces — while preserving marks and subjects."
124
  )
125
 
126
  iface.launch(server_name="0.0.0.0", server_port=7860)
 
120
  gr.File(label="Download Redacted PDF")
121
  ],
122
  title="🔐 Smart Doc Redactor",
123
+ description="Hide what’s private. Keep what matters."
124
  )
125
 
126
  iface.launch(server_name="0.0.0.0", server_port=7860)