AndrewLi403 commited on
Commit
256e606
·
verified ·
1 Parent(s): 7c843e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import shutil
8
 
9
  # Configuration
10
  MODEL_CONFIG = {
11
- "local_path": "./models/tripadvisor_sentiment_model",
12
  "required_files": [
13
  "config.json",
14
  "pytorch_model.bin", # or model.safetensors
 
8
 
9
  # Configuration
10
  MODEL_CONFIG = {
11
+ "local_path": "AndrewLi403/CustomModel_tripadvisor_finetuned",
12
  "required_files": [
13
  "config.json",
14
  "pytorch_model.bin", # or model.safetensors