Spaces:
Runtime error
Runtime error
acrep commited on
Commit ·
5e8b0f6
1
Parent(s): 02a72ca
Update app.py
Browse files
app.py
CHANGED
|
@@ -216,7 +216,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 216 |
video.stop_recording(fn=mock_interviewer.chat_with_audio,
|
| 217 |
inputs=[video, job_role, company, job_description, behavioral_count, technical_count, situational_count, case_count],
|
| 218 |
outputs=[chat_interface.chatbot],
|
| 219 |
-
api_name=False)
|
| 220 |
|
| 221 |
if __name__ == '__main__':
|
| 222 |
demo.launch()
|
|
|
|
| 216 |
video.stop_recording(fn=mock_interviewer.chat_with_audio,
|
| 217 |
inputs=[video, job_role, company, job_description, behavioral_count, technical_count, situational_count, case_count],
|
| 218 |
outputs=[chat_interface.chatbot],
|
| 219 |
+
api_name=False).then(lambda:None, None, video, queue=False)
|
| 220 |
|
| 221 |
if __name__ == '__main__':
|
| 222 |
demo.launch()
|