Update app.py
Browse files
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")
|