cdactvm commited on
Commit
f3490eb
·
verified ·
1 Parent(s): d2f80c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def transcribe(audio):
37
  # Gradio UI
38
  iface = gr.Interface(
39
  fn=transcribe,
40
- inputs=gr.Audio(source="upload", type="filepath"),
41
  outputs="text",
42
  title="Punjabi Speech Recognition",
43
  description="Upload an audio file and get a Punjabi transcription using a quantized model.",
 
37
  # Gradio UI
38
  iface = gr.Interface(
39
  fn=transcribe,
40
+ inputs=gr.Audio(sources="upload", type="filepath"),
41
  outputs="text",
42
  title="Punjabi Speech Recognition",
43
  description="Upload an audio file and get a Punjabi transcription using a quantized model.",