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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -53,16 +53,16 @@ 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 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 \
63
  --cpu \
64
  --is_gradio")
65
-
66
  return "result/0000.png"
67
 
68
  title="RefVSR (under construction)"
 
53
  Ref.save(os.path.join(Ref_path_T, '0000.png'))
54
 
55
  os.system("python -B run.py \
56
+ --mode RefVSR_MFID \
57
+ --config config_RefVSR_MFID \
58
  --data RealMCVSR \
59
+ --ckpt_abs_name ckpt/RefVSR_MFID.pytorch \
60
  --data_offset ./test \
61
  --output_offset ./result \
62
  --qualitative_only \
63
  --cpu \
64
  --is_gradio")
65
+
66
  return "result/0000.png"
67
 
68
  title="RefVSR (under construction)"