pchopalli commited on
Commit
f86fe21
1 Parent(s): fcbff58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def transcribe(audio):
8
 
9
  demo = gr.Interface(
10
  fn=transcribe,
11
- inputs=gr.Audio(source="microphone", type="filepath"),
12
  outputs="text",
13
  title="Whisper Small Oriya",
14
  description="Demo for Oriya speech recognition by fine-tuning a Whisper small model.",
 
8
 
9
  demo = gr.Interface(
10
  fn=transcribe,
11
+ inputs=gr.Audio(type="filepath"),
12
  outputs="text",
13
  title="Whisper Small Oriya",
14
  description="Demo for Oriya speech recognition by fine-tuning a Whisper small model.",