Spaces:
Starting
on
L40S
Starting
on
L40S
Update hf_gradio_app.py
Browse files- hf_gradio_app.py +1 -1
hf_gradio_app.py
CHANGED
@@ -193,7 +193,7 @@ def generate(input_video, input_audio, seed, progress=gr.Progress(track_tqdm=Tru
|
|
193 |
with gr.Blocks(analytics_enabled=False) as demo:
|
194 |
with gr.Column():
|
195 |
gr.Markdown("# MEMO: Memory-Guided Diffusion for Expressive Talking Video Generation")
|
196 |
-
gr.Markdown("Note: On fffiloni's shared UI, audio length is trimmed to max 4 seconds, so everyone can get a taste without to
|
197 |
gr.Markdown("Duplicate the space to skip the queue and enjoy full length capacity.")
|
198 |
gr.HTML("""
|
199 |
<div style="display:flex;column-gap:4px;">
|
|
|
193 |
with gr.Blocks(analytics_enabled=False) as demo:
|
194 |
with gr.Column():
|
195 |
gr.Markdown("# MEMO: Memory-Guided Diffusion for Expressive Talking Video Generation")
|
196 |
+
gr.Markdown("Note: On fffiloni's shared UI, audio length is trimmed to max 4 seconds, so everyone can get a taste without to much waiting time in queue.")
|
197 |
gr.Markdown("Duplicate the space to skip the queue and enjoy full length capacity.")
|
198 |
gr.HTML("""
|
199 |
<div style="display:flex;column-gap:4px;">
|