TDN-M commited on
Commit
1ee99ff
·
verified ·
1 Parent(s): 1c01c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -97,7 +97,6 @@ def interface():
97
 
98
  with gr.Column():
99
  content_output = gr.Textbox(label="Nội dung tạo ra", interactive=True)
100
- confirm_button = gr.Button("Xác nhận nội dung")
101
  download_docx = gr.File(label="Tải xuống file DOCX", interactive=False)
102
  status_message = gr.Label(label="Trạng thái")
103
  convert_to_speech_button = gr.Button("Chuyển đổi thành giọng nói")
 
97
 
98
  with gr.Column():
99
  content_output = gr.Textbox(label="Nội dung tạo ra", interactive=True)
 
100
  download_docx = gr.File(label="Tải xuống file DOCX", interactive=False)
101
  status_message = gr.Label(label="Trạng thái")
102
  convert_to_speech_button = gr.Button("Chuyển đổi thành giọng nói")