Upload gradio_hf_refactored.py
Browse files- 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
|
| 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"])
|
|
|
|
| 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"])
|