TDN-M commited on
Commit
ef8728e
·
verified ·
1 Parent(s): ed8d8b7

Update app.py

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