Spaces:
Running
Running
Guhanselvam
commited on
Commit
•
e7a8a64
1
Parent(s):
4686a40
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ gr.Interface(
|
|
37 |
title='SPEECH TO TEXT',
|
38 |
fn=transcribe,
|
39 |
inputs=[
|
40 |
-
gr.Audio(
|
41 |
],
|
42 |
outputs=["textbox"],
|
43 |
live=True
|
44 |
-
).launch()
|
|
|
37 |
title='SPEECH TO TEXT',
|
38 |
fn=transcribe,
|
39 |
inputs=[
|
40 |
+
gr.Audio(type="filepath") # Update here
|
41 |
],
|
42 |
outputs=["textbox"],
|
43 |
live=True
|
44 |
+
).launch()
|