Spaces:
Sleeping
Sleeping
Syauqi Nabil Tasri commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import pickle
|
|
| 5 |
model = pickle.load(open('model.pkl', 'rb'))
|
| 6 |
|
| 7 |
# Replace 'your_model_name' with the name you want for your model
|
| 8 |
-
repo_url = create_repo(name='Almond
|
| 9 |
|
| 10 |
st.title('Almond Classification')
|
| 11 |
st.write('This web app classifies almonds based on your input features.')
|
|
|
|
| 5 |
model = pickle.load(open('model.pkl', 'rb'))
|
| 6 |
|
| 7 |
# Replace 'your_model_name' with the name you want for your model
|
| 8 |
+
repo_url = create_repo(name='Almond.csv', private=False)
|
| 9 |
|
| 10 |
st.title('Almond Classification')
|
| 11 |
st.write('This web app classifies almonds based on your input features.')
|