Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def main(use_default, file):
|
|
37 |
# subprocess.run(['python', './A3C_plusplus.py'])
|
38 |
|
39 |
|
40 |
-
base = './RESULT/'
|
41 |
img_path = []
|
42 |
for i in range(1, 11):
|
43 |
img_path.append(base + 'DAY' + str(i) + '.png')
|
|
|
37 |
# subprocess.run(['python', './A3C_plusplus.py'])
|
38 |
|
39 |
|
40 |
+
base = r'./RESULT/'
|
41 |
img_path = []
|
42 |
for i in range(1, 11):
|
43 |
img_path.append(base + 'DAY' + str(i) + '.png')
|