ghlee94 commited on
Commit
a4bb9b1
1 Parent(s): bd25e7c

Debug app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1155,7 +1155,7 @@ def predict(img):
1155
  4,
1156
  model,
1157
  padding_mode="reflect",
1158
- mode="gauusian",
1159
  overlap=overlap,
1160
  device="cpu",
1161
  )
 
1155
  4,
1156
  model,
1157
  padding_mode="reflect",
1158
+ mode="gaussian",
1159
  overlap=overlap,
1160
  device="cpu",
1161
  )