innat commited on
Commit
bfae168
1 Parent(s): 9f18b37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def main():
115
  gr.Video(type="file", label="Input Video"),
116
  gr.Dropdown(
117
  choices=ALL_MODELS,
118
- value="TFVideoMAE_S_K400_16x224",
119
  label="Model"
120
  ),
121
  gr.Slider(
 
115
  gr.Video(type="file", label="Input Video"),
116
  gr.Dropdown(
117
  choices=ALL_MODELS,
118
+ default="TFVideoMAE_L_K400_16x224",
119
  label="Model"
120
  ),
121
  gr.Slider(