Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with interface:
|
|
104 |
|
105 |
resume_input = gr.File(label="Upload Resume (PDF)")
|
106 |
job_desc_input = gr.Textbox(label="Paste Job Description")
|
107 |
-
audio_input = gr.Audio(
|
108 |
question_audio_output = gr.Audio(label="Question Audio")
|
109 |
transcription_output = gr.Textbox(label="Transcription")
|
110 |
|
|
|
104 |
|
105 |
resume_input = gr.File(label="Upload Resume (PDF)")
|
106 |
job_desc_input = gr.Textbox(label="Paste Job Description")
|
107 |
+
audio_input = gr.Audio(type="filepath", label="Your Response")
|
108 |
question_audio_output = gr.Audio(label="Question Audio")
|
109 |
transcription_output = gr.Textbox(label="Transcription")
|
110 |
|