remotewith commited on
Commit
17056be
·
1 Parent(s): 91a603c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def get_output(segments):
92
 
93
  app1=gr.Interface(
94
  title = 'AI Voice to Text',
95
- fn=transcribe,
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")