Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import HfFileSystem
|
|
5 |
|
6 |
# Authenticate and download the custom model from Hugging Face Spaces
|
7 |
fs = HfFileSystem()
|
8 |
-
model_path = 'dhhd255/
|
9 |
with fs.open(model_path, 'rb') as f:
|
10 |
model_content = f.read()
|
11 |
|
|
|
5 |
|
6 |
# Authenticate and download the custom model from Hugging Face Spaces
|
7 |
fs = HfFileSystem()
|
8 |
+
model_path = 'dhhd255/main_model/best_model.h5'
|
9 |
with fs.open(model_path, 'rb') as f:
|
10 |
model_content = f.read()
|
11 |
|