Update app.py
Browse files
app.py
CHANGED
@@ -63,10 +63,10 @@ def inference(LR, Ref):
|
|
63 |
|
64 |
|
65 |
os.system("python -B run.py \
|
66 |
-
--mode
|
67 |
--config config_RefVSR_MFID \
|
68 |
--data RealMCVSR \
|
69 |
-
--ckpt_abs_name ckpt/
|
70 |
--data_offset ./test \
|
71 |
--output_offset ./result \
|
72 |
--qualitative_only \
|
|
|
63 |
|
64 |
|
65 |
os.system("python -B run.py \
|
66 |
+
--mode RefVSR_MFID_8K \
|
67 |
--config config_RefVSR_MFID \
|
68 |
--data RealMCVSR \
|
69 |
+
--ckpt_abs_name ckpt/RefVSR_MFID_8K.pytorch \
|
70 |
--data_offset ./test \
|
71 |
--output_offset ./result \
|
72 |
--qualitative_only \
|