Dishaa01423 commited on
Commit
cfea80b
1 Parent(s): 812685d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -56,7 +56,6 @@ with col1:
56
  model_path = 'tomato_model'
57
  try:
58
  VIT = load_model(model_path)
59
- st.write("Model loaded successfully")
60
  except Exception as e:
61
  st.error(f"Error loading model: {e}")
62
 
 
56
  model_path = 'tomato_model'
57
  try:
58
  VIT = load_model(model_path)
 
59
  except Exception as e:
60
  st.error(f"Error loading model: {e}")
61