Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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)
|