marquesafonso commited on
Commit
73784e2
·
verified ·
1 Parent(s): 0a3d769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
  gr.Interface(
34
  fn=speechbrain,
35
  inputs= [
36
- gr.Video(type="filepath"),
37
  gr.Radio(choices=["video"], value="video", label="File Type")
38
  ],
39
  outputs= [
 
33
  gr.Interface(
34
  fn=speechbrain,
35
  inputs= [
36
+ gr.Video(),
37
  gr.Radio(choices=["video"], value="video", label="File Type")
38
  ],
39
  outputs= [