innat commited on
Commit
5bcbb0a
1 Parent(s): 46dfc72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def main():
143
  inputs=[
144
  gr.Video(type="file", label="Input Video"),
145
  gr.Dropdown(
146
- choices=available_models(),
147
  value="TFVideoMAE_S_K400_16x224",
148
  label="Model"
149
  ),
 
143
  inputs=[
144
  gr.Video(type="file", label="Input Video"),
145
  gr.Dropdown(
146
+ choices=ALL_MODELS,
147
  value="TFVideoMAE_S_K400_16x224",
148
  label="Model"
149
  ),