Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -468,7 +468,7 @@ def main():
|
|
468 |
)
|
469 |
|
470 |
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
471 |
-
gr.
|
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...")
|