EvanTHU commited on
Commit
9d8640c
·
verified ·
1 Parent(s): 2fc8c45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -468,7 +468,7 @@ def main():
468
  )
469
 
470
  with gr.Blocks(theme=gr.themes.Glass()) as demo:
471
- gr.Markdown(HEAD)
472
  with gr.Row():
473
  with gr.Column(scale=7):
474
  text_input = gr.Textbox(label="Input the text prompt to generate motion...")
 
468
  )
469
 
470
  with gr.Blocks(theme=gr.themes.Glass()) as demo:
471
+ gr.HTML(HEAD)
472
  with gr.Row():
473
  with gr.Column(scale=7):
474
  text_input = gr.Textbox(label="Input the text prompt to generate motion...")