anyantudre commited on
Commit
9e33bf8
·
unverified ·
1 Parent(s): 5eaff9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(
@@ -129,4 +129,4 @@ with demo:
129
  tab_names=["Microphone & Audio file"]
130
  )
131
 
132
- demo.queue().launch(ssr_mode=False)
 
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(
 
129
  tab_names=["Microphone & Audio file"]
130
  )
131
 
132
+ demo.queue().launch(ssr_mode=False)