dhhd255 commited on
Commit
cc6c57c
·
1 Parent(s): 1f70656

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/idk_test/best_model.h5'
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