Phong1 commited on
Commit
0701e91
·
verified ·
1 Parent(s): 1c0fb47

Upload gradio_hf_refactored.py

Browse files
Files changed (1) hide show
  1. gradio_hf_refactored.py +2 -2
gradio_hf_refactored.py CHANGED
@@ -103,9 +103,9 @@ with gr.Blocks(title="TOOL NHẬP ĐƠN HÀNG TỰ ĐỘNG", css= custom_css, th
103
  with gr.Row(equal_height=True):
104
  employee_code_input = gr.Textbox(label="Mã nhân viên", placeholder="Nhập mã nhân viên")
105
  llm_model_input = gr.Dropdown(
106
- ["Gemini 2.0 Flash", "Gemini 1.5 Pro", "GPT-4o", "Claude 3 Sonnet"],
107
  value="Gemini 2.0 Flash",
108
- label="Mô hình đa phương thức cho ảnh"
109
  )
110
 
111
  zip_file_input = gr.File(label="Tải lên tệp ZIP chứa ảnh hóa đơn", file_types=[".zip"])
 
103
  with gr.Row(equal_height=True):
104
  employee_code_input = gr.Textbox(label="Mã nhân viên", placeholder="Nhập mã nhân viên")
105
  llm_model_input = gr.Dropdown(
106
+ ["Gemini 2.0 Flash", "Gemini 2.5 Flash", "Gemini 2.5 Flash-Lite", "Gemini 2.0 Flash-Lite"],
107
  value="Gemini 2.0 Flash",
108
+ label="Mô hình đa phương thức"
109
  )
110
 
111
  zip_file_input = gr.File(label="Tải lên tệp ZIP chứa ảnh hóa đơn", file_types=[".zip"])