Spaces:
Build error
Build error
SakibRumu commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from efficientnet_pytorch import EfficientNet
|
|
| 13 |
|
| 14 |
# Define paths and URLs
|
| 15 |
MODEL_WEIGHTS_URL = "https://huggingface.co/Sakibrumu/Quad_Stream_Face_Emotion_Classifier/resolve/main/quad_stream_model_rafdb.pth"
|
| 16 |
-
MODEL_WEIGHTS_PATH = "
|
| 17 |
|
| 18 |
# Download model weights from Hugging Face Model Hub
|
| 19 |
def download_model_weights():
|
|
|
|
| 13 |
|
| 14 |
# Define paths and URLs
|
| 15 |
MODEL_WEIGHTS_URL = "https://huggingface.co/Sakibrumu/Quad_Stream_Face_Emotion_Classifier/resolve/main/quad_stream_model_rafdb.pth"
|
| 16 |
+
MODEL_WEIGHTS_PATH = "best_model.pth"
|
| 17 |
|
| 18 |
# Download model weights from Hugging Face Model Hub
|
| 19 |
def download_model_weights():
|