Bishan commited on
Commit
8df9495
1 Parent(s): ee77069

changed source from microphone to upload

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ model = Wav2Vec2ForCTC.from_pretrained("Harveenchadha/odia_large_wav2vec2")
63
 
64
 
65
 
66
- input_ = gr.Audio(source="microphone", type="filepath")
67
  txtbox = gr.Textbox(
68
  label="Output from model will appear here:",
69
  lines=5
 
63
 
64
 
65
 
66
+ input_ = gr.Audio(source="upload", type="filepath")
67
  txtbox = gr.Textbox(
68
  label="Output from model will appear here:",
69
  lines=5