QAway-to commited on
Commit
97efcfb
·
1 Parent(s): a8bca78
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,4 +46,5 @@ with gr.Blocks(theme=gr.themes.Soft(), title="MBTI Personality Interviewer") as
46
  btn.click(analyze_and_ask_async, inputs=[inp, progress], outputs=[mbti_out, interviewer_out, progress])
47
  demo.load(lambda: ("", generate_first_question(), "0/30"), None, [mbti_out, interviewer_out, progress])
48
 
49
- demo.queue(concurrency_count=2).launch()
 
 
46
  btn.click(analyze_and_ask_async, inputs=[inp, progress], outputs=[mbti_out, interviewer_out, progress])
47
  demo.load(lambda: ("", generate_first_question(), "0/30"), None, [mbti_out, interviewer_out, progress])
48
 
49
+ demo.launch()
50
+