mrdbourke commited on
Commit
21e0fc8
·
verified ·
1 Parent(s): cac3e0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def pred_on_text(input_text):
27
 
28
  # Load the model (from our Hugging Face Repo)
29
  # Note: You may have to replace my username `mrdbourke` for your own
30
- MODEL_PATH = "mrdbourke/FoodExtract-gemma-3-270m-fine-tune-v1"
31
 
32
  # Load the model into a pipeline
33
  loaded_model = AutoModelForCausalLM.from_pretrained(
 
27
 
28
  # Load the model (from our Hugging Face Repo)
29
  # Note: You may have to replace my username `mrdbourke` for your own
30
+ MODEL_PATH = "mrdbourke/FoodExtract-gemma-3-270m-fine-tune-v2"
31
 
32
  # Load the model into a pipeline
33
  loaded_model = AutoModelForCausalLM.from_pretrained(