ZeeAI1 commited on
Commit
3200f7a
Β·
verified Β·
1 Parent(s): 12035f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ import os
4
 
5
  st.title("AI Accountant - Prompt-Based ERP Entry")
6
 
7
- model_path = os.path.abspath("finetuned-flan-t5")
 
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"]