LPX55 commited on
Commit
e01838e
·
verified ·
1 Parent(s): 29f83d8

lol: disclaimer added

Browse files

my fault, shouldve seen this one coming

Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -708,8 +708,13 @@ demo = gr.TabbedInterface(
708
  theme=None,
709
 
710
  )
 
711
 
712
- demo.queue(max_size=3)
 
 
 
 
713
 
714
  if __name__ == "__main__":
715
- demo.launch(mcp_server=True)
 
708
  theme=None,
709
 
710
  )
711
+ footer = gr.Markdown("### ⚠️ ENSEMBLE TEAM IN TRAINING ⚠️ \n\n**DISCLAIMER: METADATA AS WELL AS MEDIA SUBMITTED TO THIS SPACE MAY BE VIEWED AND SELECTED FOR FUTURE DATASETS, PLEASE DO NOT SUBMIT PERSONAL CONTENT. FOR UNTRACKED, PRIVATE USE OF THE MODELS YOU MAY STILL USE [THE ORIGINAL SPACE HERE](https://huggingface.co/spaces/aiwithoutborders-xyz/OpenSight-Deepfake-Detection-Models-Playground), SOTA MODEL INCLUDED.**", elem_classes="footer")
712
 
713
+ with gr.Blocks() as app:
714
+ demo.render()
715
+ footer.render()
716
+
717
+ app.queue(max_size=3)
718
 
719
  if __name__ == "__main__":
720
+ app.launch(mcp_server=True)