Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,10 +160,12 @@ examples_images = [
|
|
| 160 |
]
|
| 161 |
|
| 162 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
gr.Markdown("""
|
| 164 |
-
<div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
|
| 165 |
-
<img src='https://www.pnglog.com/bwrbe1.png' style='width: 150px; height: auto; margin-right: 10px;' />
|
| 166 |
-
</div>
|
| 167 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
| 168 |
ConsisID-Preview Space
|
| 169 |
</div>
|
|
|
|
| 160 |
]
|
| 161 |
|
| 162 |
with gr.Blocks() as demo:
|
| 163 |
+
gr.HTML("""
|
| 164 |
+
<div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
|
| 165 |
+
<img src='https://www.pnglog.com/bwrbe1.png' style='width: 150px; height: auto; margin-right: 10px;' />
|
| 166 |
+
</div>
|
| 167 |
+
""")
|
| 168 |
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
| 169 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
| 170 |
ConsisID-Preview Space
|
| 171 |
</div>
|