garyd1 commited on
Commit
12f0b8d
·
verified ·
1 Parent(s): a2dbc0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with interface:
127
  transcription_output = gr.Textbox(label="🗒️ Your Transcription", lines=3)
128
 
129
  gr.Markdown("### Respond to Questions")
130
- audio_input = gr.Audio(source="microphone", type="filepath", label="🎙️ Speak Your Answer")
131
 
132
  submit_button.click(
133
  start_interview, inputs=[resume_input, job_desc_input], outputs=[question_audio_output]
 
127
  transcription_output = gr.Textbox(label="🗒️ Your Transcription", lines=3)
128
 
129
  gr.Markdown("### Respond to Questions")
130
+ audio_input = gr.Audio(type="filepath", label="🎙️ Speak Your Answer") # Fixed Gradio audio input
131
 
132
  submit_button.click(
133
  start_interview, inputs=[resume_input, job_desc_input], outputs=[question_audio_output]