sharmavaruncs commited on
Commit
4385285
·
1 Parent(s): 24bbf89

changed MultiModal link

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -60,8 +60,7 @@ parent_dir = os.path.abspath(os.path.join(current_dir, "../EmotionDetector/Model
60
  #file_path = os.path.join(parent_dir, "MultiModal/MultiModal_model_state_dict.pth")
61
 
62
  # Define your model name from the Hugging Face model hub
63
- model_weights_path = "https://huggingface.co/netgvarun2005/MultiModalBertHubert/blob/main/MultiModal_model_state_dict.pth"
64
-
65
  # GenAI model
66
  parent_dir2 = os.path.abspath(os.path.join(current_dir, "../GenAI/"))
67
 
 
60
  #file_path = os.path.join(parent_dir, "MultiModal/MultiModal_model_state_dict.pth")
61
 
62
  # Define your model name from the Hugging Face model hub
63
+ model_weights_path = "https://huggingface.co/netgvarun2005/MultiModalBertHubert/resolve/main/MultiModal_model_state_dict.pth"
 
64
  # GenAI model
65
  parent_dir2 = os.path.abspath(os.path.join(current_dir, "../GenAI/"))
66