Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|