Update app.py
Browse files
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.
|
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(
|