Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def main():
|
|
33 |
gr.Interface(
|
34 |
fn=speechbrain,
|
35 |
inputs= [
|
36 |
-
gr.Video(
|
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= [
|