QAway-to
commited on
Commit
·
97efcfb
1
Parent(s):
a8bca78
FIX
Browse files
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.
|
|
|
|
|
|
| 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 |
+
|