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