anyantudre commited on
Commit
36e7d53
·
unverified ·
1 Parent(s): 1885a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ LANG_TO_ID = {
53
  demo = gr.Blocks(theme=gr.themes.Ocean())
54
 
55
  goai_stt = gr.Interface(
56
- fn=goai_stt2.goai_stt2,
57
  inputs=[
58
  gr.Audio(sources=["microphone", "upload"], type="filepath"),
59
  gr.Dropdown(
 
53
  demo = gr.Blocks(theme=gr.themes.Ocean())
54
 
55
  goai_stt = gr.Interface(
56
+ fn=goai_stt2.transcribe,
57
  inputs=[
58
  gr.Audio(sources=["microphone", "upload"], type="filepath"),
59
  gr.Dropdown(