Spaces:
Runtime error
Runtime error
optimize
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ method_dict = {
|
|
| 23 |
'IMGS_quadprior' : 'QuadPrior'
|
| 24 |
}
|
| 25 |
core_file = './file_list.txt'
|
| 26 |
-
bucket = os.getenv('bucket')
|
| 27 |
image_list = []
|
| 28 |
with open(core_file, 'r') as f:
|
| 29 |
for line in f:
|
|
|
|
| 23 |
'IMGS_quadprior' : 'QuadPrior'
|
| 24 |
}
|
| 25 |
core_file = './file_list.txt'
|
| 26 |
+
bucket = os.getenv('bucket')
|
| 27 |
image_list = []
|
| 28 |
with open(core_file, 'r') as f:
|
| 29 |
for line in f:
|