cdactvm commited on
Commit
477b754
·
verified ·
1 Parent(s): 1aaa36b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ demo=gr.Interface(
24
  inputs=[
25
 
26
  gr.Dropdown(["Odiya"],value="Odiya",label="Select Language"),
27
- gr.Audio(source="microphone", type="filepath"),
28
- gr.Audio(source="upload", type="filepath", optional=True),
29
  #"state"
30
  ],
31
  outputs=[
 
24
  inputs=[
25
 
26
  gr.Dropdown(["Odiya"],value="Odiya",label="Select Language"),
27
+ gr.Audio(sources="microphone", type="filepath"),
28
+ gr.Audio(sources="upload", type="filepath", optional=True),
29
  #"state"
30
  ],
31
  outputs=[