Update app.py
Browse files
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='
|
| 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)
|