Spaces:
Running
Running
Update app.py
Browse files
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="
|
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="rahul9star.pth"
|
36 |
)
|
37 |
|
38 |
# Load the model architecture (you need to define the same architecture used during training)
|