Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def transcribe(audio):
|
|
25 |
|
26 |
|
27 |
gr.Interface(
|
28 |
-
title = '
|
29 |
fn=transcribe,
|
30 |
inputs=[
|
31 |
gr.inputs.Audio(source="microphone", type="filepath")
|
|
|
25 |
|
26 |
|
27 |
gr.Interface(
|
28 |
+
title = 'Talk to NP',
|
29 |
fn=transcribe,
|
30 |
inputs=[
|
31 |
gr.inputs.Audio(source="microphone", type="filepath")
|