Spaces:
Running
Running
Update app.py
Browse files
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(
|
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")
|