dhhd255 commited on
Commit
56a867c
1 Parent(s): 728d3e9

Update app.py

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