garyd1 commited on
Commit
f0af5b0
·
verified ·
1 Parent(s): e51d2b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ with interface:
95
  resume_input = gr.File(label="Upload Resume (PDF)")
96
  job_desc_input = gr.Textbox(label="Paste Job Description")
97
 
98
- audio_input = gr.Audio(source="microphone", type="filepath", label="Your Response")
99
  question_audio_output = gr.Audio(label="Question Audio")
100
  transcription_output = gr.Textbox(label="Transcription")
101
  interaction_button = gr.Button("Next Interaction")
 
95
  resume_input = gr.File(label="Upload Resume (PDF)")
96
  job_desc_input = gr.Textbox(label="Paste Job Description")
97
 
98
+ audio_input = gr.Audio(type="filepath", label="Your Response")
99
  question_audio_output = gr.Audio(label="Question Audio")
100
  transcription_output = gr.Textbox(label="Transcription")
101
  interaction_button = gr.Button("Next Interaction")