karthikeyan-r commited on
Commit
7e3c3cf
·
verified ·
1 Parent(s): 27b8fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug =True, share=True)
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()