rahul7star commited on
Commit
7690135
·
verified ·
1 Parent(s): fde9f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def create_dataloaders():
32
  def load_model_weights():
33
  model_path = hf_hub_download(
34
  repo_id="rahul7star/fastai-rahul-text-model-v02",
35
- filename="rahul9star.pth"
36
  )
37
 
38
  # Load the model architecture (you need to define the same architecture used during training)
 
32
  def load_model_weights():
33
  model_path = hf_hub_download(
34
  repo_id="rahul7star/fastai-rahul-text-model-v02",
35
+ filename="model1.pth"
36
  )
37
 
38
  # Load the model architecture (you need to define the same architecture used during training)