XuDongZhou commited on
Commit
146a3f2
·
verified ·
1 Parent(s): d315342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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():