peterpanbk95 commited on
Commit
e88cbc5
·
verified ·
1 Parent(s): 09dd0e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(source="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")
 
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")