codeslake commited on
Commit
a2bcb35
·
1 Parent(s): 9974be3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,10 +63,10 @@ def inference(LR, Ref):
63
 
64
 
65
  os.system("python -B run.py \
66
- --mode RefVSR_MFID \
67
  --config config_RefVSR_MFID \
68
  --data RealMCVSR \
69
- --ckpt_abs_name ckpt/RefVSR_MFID.pytorch \
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 \