Spaces:
Runtime error
Runtime error
Commit
Β·
5df31dd
1
Parent(s):
77a5489
Added images as exmaples
Browse files
app.py
CHANGED
@@ -495,6 +495,7 @@ 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):
|
|
|
498 |
print('DEBUG: FIRST WITH')
|
499 |
gr.Markdown("**Generate Prompt from the face description for image generation**")
|
500 |
|
@@ -569,6 +570,7 @@ home""")
|
|
569 |
with gr.Accordion("Check Database",open=False):
|
570 |
gr.Markdown("**Check if the image matches any image in our database using face_recognition**")
|
571 |
gr.Markdown("**Use Face Recognition, Face Detection and Computer Vision to match images**")
|
|
|
572 |
with gr.Row():
|
573 |
with gr.Column():
|
574 |
# seed = gr.Text(label="Input Phrase")
|
@@ -582,6 +584,7 @@ home""")
|
|
582 |
with gr.Accordion("Search Google",open=False):
|
583 |
gr.Markdown("**Check if the image is present on the Internet**")
|
584 |
gr.Markdown("**Using Google search api to search the image on Web**")
|
|
|
585 |
with gr.Row():
|
586 |
with gr.Column():
|
587 |
# seed = gr.Text(label="Input Phrase")
|
@@ -594,6 +597,7 @@ home""")
|
|
594 |
|
595 |
with gr.Accordion("Search in CCTV footage",open=False):
|
596 |
gr.Markdown("**Upload a video to identify missing person in the footage**")
|
|
|
597 |
with gr.Row():
|
598 |
with gr.Column():
|
599 |
fil1 = gr.File(type="file")
|
|
|
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):
|
498 |
+
gr.HTML(value="<img src='https://i.ibb.co/hm1hGsP/503e7730-b23c-401a-a73a-3fef2eb074d9.jpg' alt='Generate Prompt' width='1200' height='300'/>")
|
499 |
print('DEBUG: FIRST WITH')
|
500 |
gr.Markdown("**Generate Prompt from the face description for image generation**")
|
501 |
|
|
|
570 |
with gr.Accordion("Check Database",open=False):
|
571 |
gr.Markdown("**Check if the image matches any image in our database using face_recognition**")
|
572 |
gr.Markdown("**Use Face Recognition, Face Detection and Computer Vision to match images**")
|
573 |
+
gr.HTML(value="<img src='https://i.ibb.co/bBnDxqT/c5d2fe61-4b99-4cbc-934c-1ae9edfa4386.png' alt='Check Database' width='1200' height='300'/>")
|
574 |
with gr.Row():
|
575 |
with gr.Column():
|
576 |
# seed = gr.Text(label="Input Phrase")
|
|
|
584 |
with gr.Accordion("Search Google",open=False):
|
585 |
gr.Markdown("**Check if the image is present on the Internet**")
|
586 |
gr.Markdown("**Using Google search api to search the image on Web**")
|
587 |
+
gr.HTML(value="<img src='https://i.ibb.co/9v7vwVF/58f827cc-e24a-4df8-ab0f-40204d0940ec.jpg' alt='Check Google' width='1200' height='300'/>")
|
588 |
with gr.Row():
|
589 |
with gr.Column():
|
590 |
# seed = gr.Text(label="Input Phrase")
|
|
|
597 |
|
598 |
with gr.Accordion("Search in CCTV footage",open=False):
|
599 |
gr.Markdown("**Upload a video to identify missing person in the footage**")
|
600 |
+
gr.HTML(value="<img src='https://i.ibb.co/H7t0R5C/bb71faf0-f86f-4064-b796-7a4dea6efdc7.jpg' alt='Check cctv' width='1200' height='300'/>")
|
601 |
with gr.Row():
|
602 |
with gr.Column():
|
603 |
fil1 = gr.File(type="file")
|