Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|