Adarsh1967 commited on
Commit
6926a61
Β·
verified Β·
1 Parent(s): 3ba4921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def pipeline_fn(audio):
39
 
40
  gr.Interface(
41
  fn=pipeline_fn,
42
- inputs=gr.Audio(source="microphone", type="filepath", label="🎀 Speak Nepali"),
43
  outputs=[
44
  gr.Textbox(label="πŸ—£οΈ Transcribed Nepali"),
45
  gr.Textbox(label="πŸ“˜ Translated English"),
 
39
 
40
  gr.Interface(
41
  fn=pipeline_fn,
42
+ inputs=gr.Audio(type="filepath", label="🎀 Speak Nepali"), # Corrected input argument
43
  outputs=[
44
  gr.Textbox(label="πŸ—£οΈ Transcribed Nepali"),
45
  gr.Textbox(label="πŸ“˜ Translated English"),