fffiloni commited on
Commit
9729868
·
verified ·
1 Parent(s): 7a90731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -413,7 +413,7 @@ def infer(lq_sequence, task_name, mask, seed, progress=gr.Progress(track_tqdm=Tr
413
 
414
  Args:
415
  lq_sequence: The input low-quality video file (can be a path or Gradio video object).
416
- task_name: A list of selected restoration tasks to perform. Choices include:
417
  - "BFR" for Blind Face Restoration
418
  - "Colorization" for adding color to grayscale footage
419
  - "Inpainting" for filling in missing or corrupted regions using a mask
 
413
 
414
  Args:
415
  lq_sequence: The input low-quality video file (can be a path or Gradio video object).
416
+ task_name: A list of selected restoration tasks to perform. Choices include,
417
  - "BFR" for Blind Face Restoration
418
  - "Colorization" for adding color to grayscale footage
419
  - "Inpainting" for filling in missing or corrupted regions using a mask