andyfe commited on
Commit
9cefaa1
·
1 Parent(s): 551328e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def query(text):
150
  return text
151
 
152
  iface = gr.Interface(
153
- transcribe,
154
  inputs=["text"],
155
  outputs="text",
156
  )
 
150
  return text
151
 
152
  iface = gr.Interface(
153
+ query,
154
  inputs=["text"],
155
  outputs="text",
156
  )