Update app.py
Browse files
app.py
CHANGED
@@ -1968,12 +1968,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
1968 |
start_interview_immediate,
|
1969 |
[user_data],
|
1970 |
[interview_state, tts_future, interview_pre_section, interview_section, loading_status, question_audio, question_text]
|
1971 |
-
).then(
|
1972 |
-
# Check TTS status every 500ms
|
1973 |
-
check_tts_ready,
|
1974 |
-
[interview_state, tts_future],
|
1975 |
-
[question_audio, loading_status, tts_future],
|
1976 |
-
every=0.5
|
1977 |
)
|
1978 |
|
1979 |
def transcribe(audio_path):
|
|
|
1968 |
start_interview_immediate,
|
1969 |
[user_data],
|
1970 |
[interview_state, tts_future, interview_pre_section, interview_section, loading_status, question_audio, question_text]
|
|
|
|
|
|
|
|
|
|
|
|
|
1971 |
)
|
1972 |
|
1973 |
def transcribe(audio_path):
|