Sa-m commited on
Commit
8d7d705
1 Parent(s): 8330133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ urllib.request.urlretrieve(url, filename=path_input)
30
  file = tarfile.open(fileobj=response.raw, mode="r|gz")
31
  file.extractall(path="./nst_model")
32
  '''
33
- MODEL_PATH='Nst model'
34
 
35
  # Disable scientific notation for clarity
36
  np.set_printoptions(suppress=True)
 
30
  file = tarfile.open(fileobj=response.raw, mode="r|gz")
31
  file.extractall(path="./nst_model")
32
  '''
33
+ MODEL_PATH='Nst_model'
34
 
35
  # Disable scientific notation for clarity
36
  np.set_printoptions(suppress=True)