Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ output_image_paste_back = gr.Image(type="numpy")
|
|
78 |
output_video = gr.Video()
|
79 |
output_video_concat = gr.Video()
|
80 |
|
81 |
-
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
82 |
gr.HTML(load_description(title_md))
|
83 |
gr.Markdown(load_description("assets/gradio_description_upload.md"))
|
84 |
with gr.Row():
|
|
|
78 |
output_video = gr.Video()
|
79 |
output_video_concat = gr.Video()
|
80 |
|
81 |
+
with gr.Blocks(theme=gr.themes.Soft(),title="LivePortrait: Revolutionary AI-Powered Portrait Animation Technology") as demo:
|
82 |
gr.HTML(load_description(title_md))
|
83 |
gr.Markdown(load_description("assets/gradio_description_upload.md"))
|
84 |
with gr.Row():
|