Spaces:
Runtime error
Runtime error
AndrewRWilliams
commited on
Commit
•
8582fe6
1
Parent(s):
2397701
change gradio input function
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def transcribe(file):
|
|
13 |
|
14 |
iface = gr.Interface(
|
15 |
title = 'OpenAI Whisper ASR Gradio Web UI',
|
16 |
-
fn=
|
17 |
inputs=[
|
18 |
gr.inputs.Audio(source="upload", type="filepath", label="Upload Audio")
|
19 |
],
|
|
|
13 |
|
14 |
iface = gr.Interface(
|
15 |
title = 'OpenAI Whisper ASR Gradio Web UI',
|
16 |
+
fn=transcribe,
|
17 |
inputs=[
|
18 |
gr.inputs.Audio(source="upload", type="filepath", label="Upload Audio")
|
19 |
],
|