TuanScientist commited on
Commit
08fed43
1 Parent(s): b4e1f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -160,13 +160,13 @@ def generate_excel_file(df):
160
 
161
 
162
  inputs = [
163
- gr.inputs.Textbox(label="Nhập Văn Bản bằng Tiếng Việt để trải nghiệm ngay"),
164
- gr.inputs.File(label="Chọn Tệp File Word(docx) Bạn Muốn Phân Tích")
165
  ]
166
 
167
  outputs = [
168
- gr.outputs.File(label="Kết Quả Phân Tích Excel"),
169
- gr.outputs.Image(type="filepath", label="Biểu đồ")
170
  ]
171
 
172
  interface = gr.Interface(
 
160
 
161
 
162
  inputs = [
163
+ gr.Textbox(label="Nhập Văn Bản bằng Tiếng Việt để trải nghiệm ngay"),
164
+ gr.File(label="Chọn Tệp File Word(docx) Bạn Muốn Phân Tích")
165
  ]
166
 
167
  outputs = [
168
+ gr.File(label="Kết Quả Phân Tích Excel"),
169
+ gr.Image(type="filepath", label="Biểu đồ")
170
  ]
171
 
172
  interface = gr.Interface(