Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,8 @@ import os
|
|
4 |
|
5 |
st.title("AI Accountant - Prompt-Based ERP Entry")
|
6 |
|
7 |
-
model_path =
|
|
|
8 |
|
9 |
# Check if tokenizer files exist β if not, download them
|
10 |
required_files = ["tokenizer_config.json", "special_tokens_map.json", "spiece.model"]
|
|
|
4 |
|
5 |
st.title("AI Accountant - Prompt-Based ERP Entry")
|
6 |
|
7 |
+
model_path = "google/flan-t5-large"
|
8 |
+
|
9 |
|
10 |
# Check if tokenizer files exist β if not, download them
|
11 |
required_files = ["tokenizer_config.json", "special_tokens_map.json", "spiece.model"]
|