Spaces:
Sleeping
Sleeping
IliaLarchenko
commited on
Commit
•
00be385
1
Parent(s):
c6817b0
Debug fix
Browse files
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
|
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):
|