unijoh commited on
Commit
5de52f2
1 Parent(s): 413f61e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from asr import transcribe
4
  def main():
5
  asr_interface = gr.Interface(
6
  fn=transcribe,
7
- inputs=gr.Audio(type="filepath"), # Removed the 'source' argument
8
  outputs="text",
9
  title="Faroese ASR Demo",
10
  description="Automatic Speech Recognition for Faroese"
 
4
  def main():
5
  asr_interface = gr.Interface(
6
  fn=transcribe,
7
+ inputs=gr.Audio(type="filepath"),
8
  outputs="text",
9
  title="Faroese ASR Demo",
10
  description="Automatic Speech Recognition for Faroese"