Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,6 @@ def interface():
|
|
58 |
content_output = gr.Textbox(label="Nội dung tạo ra", interactive=True)
|
59 |
confirm_button = gr.Button("Xác nhận nội dung")
|
60 |
download_docx = gr.File(label="Tải xuống file DOCX", interactive=False)
|
61 |
-
download_audio = gr.File(label="Tải xuống file âm thanh", interactive=False)
|
62 |
status_message = gr.Label(label="Trạng thái")
|
63 |
|
64 |
def generate_content(prompt, file, content_type):
|
|
|
58 |
content_output = gr.Textbox(label="Nội dung tạo ra", interactive=True)
|
59 |
confirm_button = gr.Button("Xác nhận nội dung")
|
60 |
download_docx = gr.File(label="Tải xuống file DOCX", interactive=False)
|
|
|
61 |
status_message = gr.Label(label="Trạng thái")
|
62 |
|
63 |
def generate_content(prompt, file, content_type):
|