Tonic commited on
Commit
f777b2d
·
1 Parent(s): 867bca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.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) !",
 
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) !",