Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ demo=gr.Interface(
|
|
37 |
inputs=[
|
38 |
|
39 |
gr.Dropdown(["Odiya","Odiya-trans"],value="Odiya",label="Select Language"),
|
40 |
-
gr.Audio(sources="microphone", type="filepath"),
|
41 |
-
gr.Audio(sources="upload", type="filepath"),
|
42 |
#"state"
|
43 |
],
|
44 |
outputs=[
|
|
|
37 |
inputs=[
|
38 |
|
39 |
gr.Dropdown(["Odiya","Odiya-trans"],value="Odiya",label="Select Language"),
|
40 |
+
gr.Audio(sources=["microphone","upload"], type="filepath"),
|
41 |
+
#gr.Audio(sources="upload", type="filepath"),
|
42 |
#"state"
|
43 |
],
|
44 |
outputs=[
|