Spaces:
Runtime error
Runtime error
Commit ·
53d04fe
1
Parent(s): 24ff154
Update 00_a2t.py
Browse files
00_a2t.py
CHANGED
|
@@ -111,7 +111,7 @@ def transcribe_wrapper(audio_path):
|
|
| 111 |
return transcribe_long_audio(model, audio_path)
|
| 112 |
|
| 113 |
gr.Interface(
|
| 114 |
-
title = '
|
| 115 |
fn=transcribe_wrapper,
|
| 116 |
inputs=[
|
| 117 |
gr.inputs.Audio(source="upload", type="filepath") # change made here
|
|
|
|
| 111 |
return transcribe_long_audio(model, audio_path)
|
| 112 |
|
| 113 |
gr.Interface(
|
| 114 |
+
title = 'Audio to Text (KF)',
|
| 115 |
fn=transcribe_wrapper,
|
| 116 |
inputs=[
|
| 117 |
gr.inputs.Audio(source="upload", type="filepath") # change made here
|