vdprabhu commited on
Commit
f794606
·
1 Parent(s): dacd5b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -72,6 +72,9 @@ def deprocess_image(img):
72
 
73
  # The visualization function
74
  def main():
 
 
 
75
  # Model selector
76
  mn_option = st.selectbox("Select the model for visualization -", AVAILABLE_MODELS)
77
 
 
72
 
73
  # The visualization function
74
  def main():
75
+ # Initialize states
76
+ initialize_states()
77
+
78
  # Model selector
79
  mn_option = st.selectbox("Select the model for visualization -", AVAILABLE_MODELS)
80