fffiloni commited on
Commit
8f571d4
·
verified ·
1 Parent(s): 602954c

add a note about shared UI limited

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -464,6 +464,7 @@ with gr.Blocks(css=css) as demo:
464
  with gr.Column(elem_id="col-container"):
465
  gr.Markdown("# SVFR: A Unified Framework for Generalized Video Face Restoration")
466
  gr.Markdown("SVFR is a unified framework for face video restoration that supports tasks such as BFR, Colorization, Inpainting, and their combinations within one cohesive system.")
 
467
  gr.HTML("""
468
  <div style="display:flex;column-gap:4px;">
469
  <a href="https://github.com/wangzhiyaoo/SVFR">
 
464
  with gr.Column(elem_id="col-container"):
465
  gr.Markdown("# SVFR: A Unified Framework for Generalized Video Face Restoration")
466
  gr.Markdown("SVFR is a unified framework for face video restoration that supports tasks such as BFR, Colorization, Inpainting, and their combinations within one cohesive system.")
467
+ gr.Markdown("Note: on this shared UI, video input is trimmed to max 4 seconds at 24 FPS. Duplicate the space for unlimited experience.")
468
  gr.HTML("""
469
  <div style="display:flex;column-gap:4px;">
470
  <a href="https://github.com/wangzhiyaoo/SVFR">