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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ demo=gr.Interface(
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=[
 
25
 
26
  gr.Dropdown(["Odiya"],value="Odiya",label="Select Language"),
27
  gr.Audio(sources="microphone", type="filepath"),
28
+ gr.Audio(sources="upload", type="filepath"),
29
  #"state"
30
  ],
31
  outputs=[