Spaces:
Runtime error
Runtime error
Commit
Β·
5474dba
1
Parent(s):
b6fd69c
styling app.py
Browse files
app.py
CHANGED
@@ -471,7 +471,7 @@ r
|
|
471 |
disp_url = "https://i.ibb.co/TP4ddc6/sherlock.png"
|
472 |
det_url = "https://i.ibb.co/Ms1jcDv/104cc37752fa.png"
|
473 |
with gr.Blocks(css=".gradio-container {background-color: #F0FFFF}") as demo:
|
474 |
-
gr.Markdown("""<h1 style="color:
|
475 |
gr.Markdown("### **Facial Recognition using Generative AI - ChatGPT+StableDiffusion+Dall-E,utilizing Computer Vision and Google Search API**")
|
476 |
# gr.Image(display).style(height=400, width=1200)
|
477 |
gr.HTML(value="<img src='https://i.ibb.co/TP4ddc6/sherlock.png' alt='Flow Diagram' width='1200' height='300'/>")
|
|
|
471 |
disp_url = "https://i.ibb.co/TP4ddc6/sherlock.png"
|
472 |
det_url = "https://i.ibb.co/Ms1jcDv/104cc37752fa.png"
|
473 |
with gr.Blocks(css=".gradio-container {background-color: #F0FFFF}") as demo:
|
474 |
+
gr.Markdown("""<h1 style="color:black;text-align: center">Sherlock's Phoeniks</h1>""")
|
475 |
gr.Markdown("### **Facial Recognition using Generative AI - ChatGPT+StableDiffusion+Dall-E,utilizing Computer Vision and Google Search API**")
|
476 |
# gr.Image(display).style(height=400, width=1200)
|
477 |
gr.HTML(value="<img src='https://i.ibb.co/TP4ddc6/sherlock.png' alt='Flow Diagram' width='1200' height='300'/>")
|