kony1337 commited on
Commit
8c9a540
·
1 Parent(s): 5bbe09d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "playable_video",
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,