innat commited on
Commit
eeed60d
1 Parent(s): c01c45a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -92,7 +92,9 @@ gr.Interface(
92
  gr.Video(type="file"),
93
  gr.Radio(
94
  ['K400', 'SSv2', 'UCF'],
95
- label='Dataset', value='K400'
 
 
96
  ),
97
  ],
98
  outputs=[
 
92
  gr.Video(type="file"),
93
  gr.Radio(
94
  ['K400', 'SSv2', 'UCF'],
95
+ type='value',
96
+ default='K400',
97
+ label='Dataset',
98
  ),
99
  ],
100
  outputs=[