avfranco commited on
Commit
d699c80
·
verified ·
1 Parent(s): 7894a90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,9 +54,9 @@ with gr.Blocks() as transcriberUI:
54
  )
55
 
56
  file_transcribe = gr.Interface(
57
- fn=transcribe,
58
  inputs=gr.Audio(sources="upload", type="filepath", label="Audio file", format=["mp3","m4a"]),
59
- outputs=[audio_transcribe,ask_question,submit_question, response_output],
60
  title="Chat with your Audio",
61
  description=(
62
  "Transcribe and Chat with your audio inputs with the click of a button! This prototype uses the"
 
54
  )
55
 
56
  file_transcribe = gr.Interface(
57
+ fn=audio_transcribe,
58
  inputs=gr.Audio(sources="upload", type="filepath", label="Audio file", format=["mp3","m4a"]),
59
+ outputs=[transcribe,ask_question,submit_question, response_output],
60
  title="Chat with your Audio",
61
  description=(
62
  "Transcribe and Chat with your audio inputs with the click of a button! This prototype uses the"