Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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
|