bdstar commited on
Commit
c832129
·
verified ·
1 Parent(s): 649294c

Correct app title name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def pipeline(audio, history):
146
  return updated, wav_path, ""
147
 
148
  with gr.Blocks(title="Voice Coach") as demo:
149
- gr.Markdown("## 🎙️ Interactive Voice Chat (with on-the-fly sentence correction)")
150
  with gr.Row():
151
  audio_in = gr.Audio(sources=["microphone"], type="filepath", label="Speak")
152
  audio_out = gr.Audio(label="Assistant (TTS)", autoplay=True)
 
146
  return updated, wav_path, ""
147
 
148
  with gr.Blocks(title="Voice Coach") as demo:
149
+ gr.Markdown("## 🎙️ Interactive Voice Chat")
150
  with gr.Row():
151
  audio_in = gr.Audio(sources=["microphone"], type="filepath", label="Speak")
152
  audio_out = gr.Audio(label="Assistant (TTS)", autoplay=True)