Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def image_click(images, evt: gr.SelectData,
|
|
| 194 |
|
| 195 |
with gr.Blocks() as demo:
|
| 196 |
title = gr.HTML(
|
| 197 |
-
"""<h1> Deepsparse Image Embedding </h1>""",
|
| 198 |
elem_id="title",
|
| 199 |
)
|
| 200 |
|
|
|
|
| 194 |
|
| 195 |
with gr.Blocks() as demo:
|
| 196 |
title = gr.HTML(
|
| 197 |
+
"""<h1 align="center"> Deepsparse Image Embedding </h1>""",
|
| 198 |
elem_id="title",
|
| 199 |
)
|
| 200 |
|