codeslake commited on
Commit
2a99c08
·
1 Parent(s): c982d5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 RefVSR_MFID_8K \
57
- --config config_RefVSR_MFID \
58
  --data RealMCVSR \
59
- --ckpt_abs_name ckpt/RefVSR_MFID_8K.pytorch \
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 \