nurindahpratiwi commited on
Commit
d01ad6f
1 Parent(s): b45b52e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import time
6
  import base64
7
  from huggingface_hub import hf_hub_download
8
 
9
- REPO_ID = "wiwaaw/Sepsis-prediction-streamlit-app"
10
 
11
  # Load the pre-trained numerical imputer, scaler, and model using joblib
12
  num_imputer = joblib.load(
 
6
  import base64
7
  from huggingface_hub import hf_hub_download
8
 
9
+ REPO_ID = "wiwaaw/sepsis"
10
 
11
  # Load the pre-trained numerical imputer, scaler, and model using joblib
12
  num_imputer = joblib.load(