Update app.py
Browse files
app.py
CHANGED
@@ -53,10 +53,10 @@ def inference(LR, Ref):
|
|
53 |
Ref.save(os.path.join(Ref_path_T, '0000.png'))
|
54 |
|
55 |
os.system("python -B run.py \
|
56 |
-
--mode
|
57 |
-
--config
|
58 |
--data RealMCVSR \
|
59 |
-
--ckpt_abs_name ckpt/
|
60 |
--data_offset ./test \
|
61 |
--output_offset ./result \
|
62 |
--qualitative_only \
|
|
|
53 |
Ref.save(os.path.join(Ref_path_T, '0000.png'))
|
54 |
|
55 |
os.system("python -B run.py \
|
56 |
+
--mode amp_RefVSR_small_MFID_8K \
|
57 |
+
--config config_RefVSR_small_MFID_8K \
|
58 |
--data RealMCVSR \
|
59 |
+
--ckpt_abs_name ckpt/RefVSR_small_MFID_8K.pytorch \
|
60 |
--data_offset ./test \
|
61 |
--output_offset ./result \
|
62 |
--qualitative_only \
|