Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -304,6 +304,9 @@ def generate_image(
|
|
304 |
|
305 |
return images[0], gr.update(visible=True)
|
306 |
|
|
|
|
|
|
|
307 |
|
308 |
|
309 |
css = """
|
@@ -312,7 +315,7 @@ css = """
|
|
312 |
with gr.Blocks(css=css) as demo:
|
313 |
# description
|
314 |
gr.Markdown(title)
|
315 |
-
gr.Markdown(description)
|
316 |
|
317 |
with gr.Row():
|
318 |
with gr.Column():
|
|
|
304 |
|
305 |
return images[0], gr.update(visible=True)
|
306 |
|
307 |
+
title = r"""
|
308 |
+
<h1 align="center">InstantID-XS</h1>
|
309 |
+
"""
|
310 |
|
311 |
|
312 |
css = """
|
|
|
315 |
with gr.Blocks(css=css) as demo:
|
316 |
# description
|
317 |
gr.Markdown(title)
|
318 |
+
# gr.Markdown(description)
|
319 |
|
320 |
with gr.Row():
|
321 |
with gr.Column():
|