Spaces:
Sleeping
Sleeping
karthikeyan-r
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ class ScreeningAssistant:
|
|
123 |
|
124 |
audio_path.stop_recording(self.get_response, [audio_path, chatbot, resume, jd], [msg, chatbot, play_audio])
|
125 |
|
126 |
-
demo.launch(
|
127 |
|
128 |
if __name__=="__main__":
|
129 |
assistant = ScreeningAssistant()
|
|
|
123 |
|
124 |
audio_path.stop_recording(self.get_response, [audio_path, chatbot, resume, jd], [msg, chatbot, play_audio])
|
125 |
|
126 |
+
demo.launch()
|
127 |
|
128 |
if __name__=="__main__":
|
129 |
assistant = ScreeningAssistant()
|