Spaces:
Sleeping
Sleeping
shaheer-data
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,7 @@ from huggingface_hub import hf_hub_download
|
|
8 |
# Title of the Streamlit app
|
9 |
st.title("Yellow Rust Severity Prediction")
|
10 |
|
11 |
-
|
12 |
-
login(token=YellowRust)
|
13 |
|
14 |
|
15 |
# Download the model file from Hugging Face
|
|
|
8 |
# Title of the Streamlit app
|
9 |
st.title("Yellow Rust Severity Prediction")
|
10 |
|
11 |
+
notebook_login()
|
|
|
12 |
|
13 |
|
14 |
# Download the model file from Hugging Face
|