Spaces:
Paused
Paused
Update app.py
Browse files
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-
|
| 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(
|