Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -54,9 +54,9 @@ with gr.Blocks() as transcriberUI:
|
|
54 |
)
|
55 |
|
56 |
file_transcribe = gr.Interface(
|
57 |
-
fn=
|
58 |
inputs=gr.Audio(sources="upload", type="filepath", label="Audio file", format=["mp3","m4a"]),
|
59 |
-
outputs=[
|
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"
|