IliaLarchenko commited on
Commit
00be385
1 Parent(s): c6817b0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(title="AI Interviewer") as demo:
61
  gr.Markdown(instruction["demo"])
62
 
63
  started_coding = gr.State(False)
64
- audio_output = gr.Audio(label="Play audio", autoplay=True, visible=os.environ["DEBUG"], streaming=tts.streaming)
65
  with gr.Tab("Instruction") as instruction_tab:
66
  with gr.Row():
67
  with gr.Column(scale=2):
 
61
  gr.Markdown(instruction["demo"])
62
 
63
  started_coding = gr.State(False)
64
+ audio_output = gr.Audio(label="Play audio", autoplay=True, visible=os.environ.get("DEBUG", False), streaming=tts.streaming)
65
  with gr.Tab("Instruction") as instruction_tab:
66
  with gr.Row():
67
  with gr.Column(scale=2):