Madiy commited on
Commit
4a2d29d
·
verified ·
1 Parent(s): 03cfee0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
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()