rahul7star commited on
Commit
0d200a8
·
verified ·
1 Parent(s): 26fe22a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def load_model():
9
  # Download the model .pth file from Hugging Face
10
  model_path = hf_hub_download(
11
  repo_id="rahul7star/fastai-rahul-text-model-v02",
12
- filename="model.pth"
13
  )
14
 
15
  # Load the model using FastAI's load_learner method
 
9
  # Download the model .pth file from Hugging Face
10
  model_path = hf_hub_download(
11
  repo_id="rahul7star/fastai-rahul-text-model-v02",
12
+ filename="model1.pth"
13
  )
14
 
15
  # Load the model using FastAI's load_learner method