Spaces:
Runtime error
Runtime error
AndrewRWilliams
commited on
Commit
•
3381f06
1
Parent(s):
8582fe6
change title
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def transcribe(file):
|
|
12 |
return "transcript_base.txt"
|
13 |
|
14 |
iface = gr.Interface(
|
15 |
-
title = '
|
16 |
fn=transcribe,
|
17 |
inputs=[
|
18 |
gr.inputs.Audio(source="upload", type="filepath", label="Upload Audio")
|
|
|
12 |
return "transcript_base.txt"
|
13 |
|
14 |
iface = gr.Interface(
|
15 |
+
title = 'Whisper transcription from file',
|
16 |
fn=transcribe,
|
17 |
inputs=[
|
18 |
gr.inputs.Audio(source="upload", type="filepath", label="Upload Audio")
|