Spaces:
Sleeping
Sleeping
Commit
·
17056be
1
Parent(s):
91a603c
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def get_output(segments):
|
|
92 |
|
93 |
app1=gr.Interface(
|
94 |
title = 'AI Voice to Text',
|
95 |
-
fn=
|
96 |
inputs=[
|
97 |
gr.inputs.Audio(source="upload", type="filepath"),
|
98 |
gr.inputs.Number(default=2, label="Number of Speakers")
|
|
|
92 |
|
93 |
app1=gr.Interface(
|
94 |
title = 'AI Voice to Text',
|
95 |
+
fn=audio_to_text,
|
96 |
inputs=[
|
97 |
gr.inputs.Audio(source="upload", type="filepath"),
|
98 |
gr.inputs.Number(default=2, label="Number of Speakers")
|