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