Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ options = ["model.network.conv32", "model.network.conv31", "model.network.conv2"
|
|
39 |
def dropdown_list(x):
|
40 |
return x
|
41 |
def inference(input_img, transparency = 0.1, num = 10,target_layer=model.network.conv32):
|
42 |
-
|
43 |
model = model(input_img)
|
44 |
|
45 |
wrong = incorrect(model, precision=16)
|
|
|
39 |
def dropdown_list(x):
|
40 |
return x
|
41 |
def inference(input_img, transparency = 0.1, num = 10,target_layer=model.network.conv32):
|
42 |
+
input_img = cifar10.show_examples()
|
43 |
model = model(input_img)
|
44 |
|
45 |
wrong = incorrect(model, precision=16)
|