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