Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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=[
|