Upload app.py
Browse files
app.py
CHANGED
|
@@ -472,6 +472,13 @@ with gr.Blocks(
|
|
| 472 |
outputs=[out_output, out_caption]
|
| 473 |
)
|
| 474 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 475 |
|
| 476 |
|
| 477 |
demo.launch()
|
|
|
|
| 472 |
outputs=[out_output, out_caption]
|
| 473 |
)
|
| 474 |
|
| 475 |
+
gr.Markdown("""
|
| 476 |
+
---
|
| 477 |
+
**Privacy:** Images are processed in memory and not stored permanently.
|
| 478 |
+
Uploaded images are deleted when your session ends.
|
| 479 |
+
Do not upload sensitive or private images.
|
| 480 |
+
""")
|
| 481 |
+
|
| 482 |
|
| 483 |
|
| 484 |
demo.launch()
|