Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def process_audio(file_info):
|
|
47 |
# Create the Gradio interface
|
48 |
iface = gr.Interface(
|
49 |
fn=process_audio,
|
50 |
-
inputs=gr.
|
51 |
outputs="text",
|
52 |
title="👋🏻Welcome To 🙋🏻♂️Patrick's Whisper🌬️",
|
53 |
description="Upload a large audio file to transcribe it into text using [Whisper3Large](https://huggingface.co/openai/whisper-large-v3) !",
|
|
|
47 |
# Create the Gradio interface
|
48 |
iface = gr.Interface(
|
49 |
fn=process_audio,
|
50 |
+
inputs=gr.Audio(source="upload", type="file", label="Upload your audio file"),
|
51 |
outputs="text",
|
52 |
title="👋🏻Welcome To 🙋🏻♂️Patrick's Whisper🌬️",
|
53 |
description="Upload a large audio file to transcribe it into text using [Whisper3Large](https://huggingface.co/openai/whisper-large-v3) !",
|