Spaces:
Sleeping
Sleeping
Commit
·
77f4b5a
1
Parent(s):
908704e
update
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ with gr.Blocks() as demo:
|
|
303 |
os.mkdir(rootpath+'/'+stage1_id+'/')
|
304 |
|
305 |
inputname = os.path.basename(str(in_loc))
|
306 |
-
outputname = os.path.splitext(inputname)[0]+'_mapping_result.
|
307 |
|
308 |
stage1_info = {
|
309 |
"filePath" : rootpath+'/'+stage1_id+'/',
|
|
|
303 |
os.mkdir(rootpath+'/'+stage1_id+'/')
|
304 |
|
305 |
inputname = os.path.basename(str(in_loc))
|
306 |
+
outputname = os.path.splitext(inputname)[0]+'_mapping_result.json'
|
307 |
|
308 |
stage1_info = {
|
309 |
"filePath" : rootpath+'/'+stage1_id+'/',
|