SakibRumu commited on
Commit
403a567
·
verified ·
1 Parent(s): 0b38e5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "quad_stream_model_rafdb.pth"
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():