Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ def create_demo():
|
|
340 |
|
341 |
# Tab 3: Luyện phát âm (Tiếng Việt)
|
342 |
with gr.Tab("Luyện phát âm"):
|
343 |
-
audio_input = gr.Audio(
|
344 |
transcript_output = gr.Textbox(label="Transcript")
|
345 |
analysis_output = gr.Markdown(label="Phân tích")
|
346 |
analyze_btn = gr.Button("Phân tích")
|
|
|
340 |
|
341 |
# Tab 3: Luyện phát âm (Tiếng Việt)
|
342 |
with gr.Tab("Luyện phát âm"):
|
343 |
+
audio_input = gr.Audio("microphone", type="filepath", label="Giọng nói của bạn")
|
344 |
transcript_output = gr.Textbox(label="Transcript")
|
345 |
analysis_output = gr.Markdown(label="Phân tích")
|
346 |
analyze_btn = gr.Button("Phân tích")
|