shubham680 commited on
Commit
02086de
·
verified ·
1 Parent(s): 4a2982e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ if uploaded_img is not None:
50
 
51
  st.image(img_resized, caption="Uploaded Image (Resized to 28x28)", use_container_width =True, channels="GRAY")
52
 
53
- layer_ind = options.index(selected_option)
54
  selected_layer = conv_layers[layer_ind]
55
 
56
  #func_model = Model(inputs = model.layers[0].input, outputs = model.selected_layer.output)
 
50
 
51
  st.image(img_resized, caption="Uploaded Image (Resized to 28x28)", use_container_width =True, channels="GRAY")
52
 
53
+ #layer_ind = options.index(selected_option)
54
  selected_layer = conv_layers[layer_ind]
55
 
56
  #func_model = Model(inputs = model.layers[0].input, outputs = model.selected_layer.output)