Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks() as demo:
|
|
87 |
|
88 |
|
89 |
title = "Chat with NP"
|
90 |
-
audio = gr.Audio(source="
|
91 |
|
92 |
b1 = gr.Button("Transcribe audio")
|
93 |
b2 = gr.Button("Prepare a report in English")
|
|
|
87 |
|
88 |
|
89 |
title = "Chat with NP"
|
90 |
+
audio = gr.Audio(source="recording", type="filepath")
|
91 |
|
92 |
b1 = gr.Button("Transcribe audio")
|
93 |
b2 = gr.Button("Prepare a report in English")
|