Spaces:
Sleeping
Sleeping
Correct app title name
Browse files
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
|
| 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)
|