not-lain commited on
Commit
2c5b77b
·
1 Parent(s): 331412c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def predict(dim1, dim2):
62
  # add code exmplanation here
63
 
64
  return EXAMPLE_MD.format(
65
- n1=str(n1), dim1=str(dim1), s2=str(n2), dim2=str(dim2), out_shape=str(out_shape)
66
  )
67
 
68
 
 
62
  # add code exmplanation here
63
 
64
  return EXAMPLE_MD.format(
65
+ n1=str(n1), dim1=str(dim1), n2=str(n2), dim2=str(dim2), out_shape=str(out_shape)
66
  )
67
 
68