Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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)
|