audrey06100 commited on
Commit
77f4b5a
·
1 Parent(s): 908704e
Files changed (1) hide show
  1. app.py +1 -1
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.csv'
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+'/',