codeslake commited on
Commit
ab8ec13
1 Parent(s): 13f9c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def inference(LR, Ref):
45
  --cpu \
46
  --is_gradio")
47
 
48
- return "results/0000.png"
49
 
50
  title="RefVSR"
51
  description="Demo application for Reference-based Video Super-Resolution. To use it, simply upload your image or click on one of the examples to load them. Read more at the links below."
 
45
  --cpu \
46
  --is_gradio")
47
 
48
+ return "result/0000.png"
49
 
50
  title="RefVSR"
51
  description="Demo application for Reference-based Video Super-Resolution. To use it, simply upload your image or click on one of the examples to load them. Read more at the links below."