Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def inference(LR, Ref):
|
|
45 |
--cpu \
|
46 |
--is_gradio")
|
47 |
|
48 |
-
return "
|
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."
|