SahithiR commited on
Commit
f05d0e2
·
1 Parent(s): 6cf9b2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- input = cifar10.show_examples()
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)