dhhd255 commited on
Commit
7f11cbb
·
1 Parent(s): 9811d4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
6
 
7
  # Authenticate and download the custom model from Hugging Face Spaces
8
  fs = HfFileSystem()
9
- model_path = 'dhhd255/main_model/best_model.pth'
10
  with fs.open(model_path, 'rb') as f:
11
  model_content = f.read()
12
 
 
6
 
7
  # Authenticate and download the custom model from Hugging Face Spaces
8
  fs = HfFileSystem()
9
+ model_path = 'dhhd255/efficient_net_parkinsons/best_model.pth'
10
  with fs.open(model_path, 'rb') as f:
11
  model_content = f.read()
12