model updated
Browse files- Models/Final_EfficientNetB3_Code.ipynb +0 -0
- app.py +0 -1
Models/Final_EfficientNetB3_Code.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
app.py
CHANGED
|
@@ -150,7 +150,6 @@ model_name = st.selectbox(
|
|
| 150 |
placeholder='choose an option',
|
| 151 |
key=st.session_state.model_key
|
| 152 |
)
|
| 153 |
-
print("model name is ", model_name)
|
| 154 |
result_placeholder = st.empty()
|
| 155 |
|
| 156 |
# design animation elements
|
|
|
|
| 150 |
placeholder='choose an option',
|
| 151 |
key=st.session_state.model_key
|
| 152 |
)
|
|
|
|
| 153 |
result_placeholder = st.empty()
|
| 154 |
|
| 155 |
# design animation elements
|