EnigmaOfTheWorld commited on
Commit
d7fefd7
β€’
1 Parent(s): 5df31dd
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -476,12 +476,12 @@ r
476
  disp_url = "https://i.ibb.co/TP4ddc6/sherlock.png"
477
  det_url = "https://i.ibb.co/Ms1jcDv/104cc37752fa.png"
478
  with gr.Blocks(css=".gradio-container {background-color: #F0FFFF}") as demo:
479
- gr.Markdown("""<h1 style="color:black;text-align: center">Sherlock's Phoeniks</h1>""")
480
- gr.Markdown("<h2>Facial Recognition using Generative AI - ChatGPT+StableDiffusion+Dall-E,utilizing Computer Vision and Google Search API</h2>")
481
  # gr.Image(display).style(height=400, width=1200)
482
  gr.HTML(value="<img src='https://i.ibb.co/TP4ddc6/sherlock.png' alt='Flow Diagram' width='1200' height='300'/>")
483
  # gr.Markdown("! [title](https://pixabay.com/photos/tree-sunset-clouds-sky-silhouette-736885/)")
484
- gr.Markdown("""Our Sherlock's Phoeniks Search Squad solution is a facial recognition
485
  system that utilizes generative AI models like ChatGPT and stable
486
  diffusion/Dalle, as well as computer vision techniques, to identify and locate
487
  missing persons in real time . The system will take input in the form of text
@@ -491,7 +491,7 @@ search through internal databases and internet/social media platforms like
491
  Facebook and Twitter to find matches and potentially identify the missing
492
  person. This system has the potential to significantly aid Police and
493
  Investigating agencies in their efforts to locate and bring missing persons
494
- home""")
495
  gr.HTML(value="<img src='https://i.ibb.co/Ms1jcDv/104cc37752fa.png' alt='Flow Diagram' style='height:500px;width:1200px'>")
496
  # gr.Image(detail).style(height=400, width=1200)
497
  with gr.Accordion("Generate Prompt",open=False):
 
476
  disp_url = "https://i.ibb.co/TP4ddc6/sherlock.png"
477
  det_url = "https://i.ibb.co/Ms1jcDv/104cc37752fa.png"
478
  with gr.Blocks(css=".gradio-container {background-color: #F0FFFF}") as demo:
479
+ gr.Markdown("""<h1 style="color:black;font-family:monospace;text-align:center">Sherlock's Phoeniks</h1>""")
480
+ gr.Markdown("<h4 style='color:black;font-family:monospace'>Facial Recognition using Generative AI - ChatGPT+StableDiffusion,utilizing Computer Vision and Google Search API</h4>")
481
  # gr.Image(display).style(height=400, width=1200)
482
  gr.HTML(value="<img src='https://i.ibb.co/TP4ddc6/sherlock.png' alt='Flow Diagram' width='1200' height='300'/>")
483
  # gr.Markdown("! [title](https://pixabay.com/photos/tree-sunset-clouds-sky-silhouette-736885/)")
484
+ gr.Markdown("""<p style='color:black;font-family:monospace'>Our Sherlock's Phoeniks Search Squad solution is a facial recognition
485
  system that utilizes generative AI models like ChatGPT and stable
486
  diffusion/Dalle, as well as computer vision techniques, to identify and locate
487
  missing persons in real time . The system will take input in the form of text
 
491
  Facebook and Twitter to find matches and potentially identify the missing
492
  person. This system has the potential to significantly aid Police and
493
  Investigating agencies in their efforts to locate and bring missing persons
494
+ home</p>""")
495
  gr.HTML(value="<img src='https://i.ibb.co/Ms1jcDv/104cc37752fa.png' alt='Flow Diagram' style='height:500px;width:1200px'>")
496
  # gr.Image(detail).style(height=400, width=1200)
497
  with gr.Accordion("Generate Prompt",open=False):