Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -337,6 +337,8 @@ default_values = {
|
|
337 |
with gr.Blocks() as demo:
|
338 |
gr.Markdown('# AniTalker')
|
339 |
gr.Markdown('![]()')
|
|
|
|
|
340 |
with gr.Row():
|
341 |
with gr.Column():
|
342 |
uploaded_img = gr.Image(type="filepath", label="Reference Image")
|
@@ -346,9 +348,7 @@ with gr.Blocks() as demo:
|
|
346 |
output_video_512 = gr.Video(label="Generated Video (512)")
|
347 |
output_message = gr.Markdown()
|
348 |
|
349 |
-
|
350 |
-
gr.Markdown("credits: [X-LANCE](https://github.com/X-LANCE/AniTalker) (creators of the github repository), [Yuhan Xu](https://github.com/yuhanxu01)(webui), Delik")
|
351 |
-
gr.Markdown("AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding. [[arXiv]](https://arxiv.org/abs/2405.03121) [[project]](https://x-lance.github.io/AniTalker/)")
|
352 |
|
353 |
generate_button = gr.Button("Generate Video")
|
354 |
|
|
|
337 |
with gr.Blocks() as demo:
|
338 |
gr.Markdown('# AniTalker')
|
339 |
gr.Markdown('![]()')
|
340 |
+
gr.Markdown("credits: [X-LANCE](https://github.com/X-LANCE/AniTalker) (creators of the github repository), [Yuhan Xu](https://github.com/yuhanxu01)(webui), Delik")
|
341 |
+
gr.Markdown("AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding. [[arXiv]](https://arxiv.org/abs/2405.03121) [[project]](https://x-lance.github.io/AniTalker/)")
|
342 |
with gr.Row():
|
343 |
with gr.Column():
|
344 |
uploaded_img = gr.Image(type="filepath", label="Reference Image")
|
|
|
348 |
output_video_512 = gr.Video(label="Generated Video (512)")
|
349 |
output_message = gr.Markdown()
|
350 |
|
351 |
+
|
|
|
|
|
352 |
|
353 |
generate_button = gr.Button("Generate Video")
|
354 |
|