Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ submit_video_button = gr.Button('Submit')
|
|
| 81 |
output_video = gr.Video(label='Output Video')
|
| 82 |
|
| 83 |
tab_vid = gr.Interface(
|
| 84 |
-
fn=
|
| 85 |
inputs=[input_video, input_model_video],
|
| 86 |
outputs=output_video,
|
| 87 |
title="Real-ESRGAN Pytorch",
|
|
|
|
| 81 |
output_video = gr.Video(label='Output Video')
|
| 82 |
|
| 83 |
tab_vid = gr.Interface(
|
| 84 |
+
fn=inference_video,
|
| 85 |
inputs=[input_video, input_model_video],
|
| 86 |
outputs=output_video,
|
| 87 |
title="Real-ESRGAN Pytorch",
|