Sukumar2005 commited on
Commit
f7d8c03
·
verified ·
1 Parent(s): 4a466a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
4
 
5
  # 🎯 Change to your actual model repo and filename
6
  REPO_ID = "Sukumar2005/rnn_models"
7
- FILENAME = "model.keras" # replace with actual model file name
8
 
9
  def download_model(repo_id: str, filename: str, revision: str = None):
10
  """Download model from Hugging Face hub."""
 
4
 
5
  # 🎯 Change to your actual model repo and filename
6
  REPO_ID = "Sukumar2005/rnn_models"
7
+ FILENAME = "/content/drive/MyDrive/model.keras" # replace with actual model file name
8
 
9
  def download_model(repo_id: str, filename: str, revision: str = None):
10
  """Download model from Hugging Face hub."""