Spaces:
Sleeping
Sleeping
DrishtiSharma
commited on
Commit
·
d0bf313
1
Parent(s):
b6b5382
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ inputs = [
|
|
55 |
gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Speaker #1"),
|
56 |
]
|
57 |
|
58 |
-
|
59 |
|
60 |
gr.Interface(
|
61 |
fn=fn,
|
|
|
55 |
gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Speaker #1"),
|
56 |
]
|
57 |
|
58 |
+
output = gr.outputs.Textbox(label="Output Text")
|
59 |
|
60 |
gr.Interface(
|
61 |
fn=fn,
|