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