Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ gr.Interface(
|
|
91 |
gr.inputs.Slider(minimum=2, maximum=4, step=1),
|
92 |
gr.inputs.Dropdown(choices=model_names, default=model_names[0])
|
93 |
],
|
94 |
-
"
|
95 |
title=title,
|
96 |
description=description,
|
97 |
article=article,
|
|
|
91 |
gr.inputs.Slider(minimum=2, maximum=4, step=1),
|
92 |
gr.inputs.Dropdown(choices=model_names, default=model_names[0])
|
93 |
],
|
94 |
+
gr.outputs.Image(type="numpy", label="Interpolated Frames"),
|
95 |
title=title,
|
96 |
description=description,
|
97 |
article=article,
|