codeslake commited on
Commit
9aa074b
1 Parent(s): 6bdaae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def inference(LR, Ref):
48
  --cpu \
49
  --is_gradio")
50
 
51
- return "result/0000.png"
52
 
53
  title="RefVSR"
54
  description="Demo application for Reference-based Video Super-Resolution. Upload a low-resolution frame and a reference frame to 'LR' and 'Ref' input windows, respectively."
 
48
  --cpu \
49
  --is_gradio")
50
 
51
+ return "result/LR.png"
52
 
53
  title="RefVSR"
54
  description="Demo application for Reference-based Video Super-Resolution. Upload a low-resolution frame and a reference frame to 'LR' and 'Ref' input windows, respectively."