dhhd255 commited on
Commit
862a52f
·
1 Parent(s): e97a583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import streamlit as st
8
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
9
 
10
  # Load the trained model from the Hugging Face Hub
11
- model = AutoModel.from_pretrained('dhhd255/parkinsons_pred12')
12
 
13
  # Move the model to the device
14
  model = model.to(device)
 
8
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
9
 
10
  # Load the trained model from the Hugging Face Hub
11
+ model = AutoModel.from_pretrained('dhhd255/parkinsons_pred0.1')
12
 
13
  # Move the model to the device
14
  model = model.to(device)