KashyapiNagaHarshitha commited on
Commit
aa11493
·
verified ·
1 Parent(s): 7ad8ea7

Update Background_Substraction.py

Browse files
Files changed (1) hide show
  1. Background_Substraction.py +2 -3
Background_Substraction.py CHANGED
@@ -53,8 +53,7 @@ warnings.filterwarnings('ignore', category= UserWarning)
53
 
54
  #set_name = 'Set_A'
55
  #set_name = 'test'
56
- home_dir = os.path.expanduser("~")
57
- input_path = 'wetransfer_data-zip_2024-05-17_1431/'
58
  base_dir = os.path.join(home_dir, input_path)
59
  set_path = 'test'
60
  selected_metadata_files = ['Slide_B_DD1s1.one_1.tif.csv', 'Slide_B_DD1s1.one_2.tif.csv']
@@ -1046,7 +1045,7 @@ app2 = pn.template.GoldenTemplate(
1046
  # In[66]:
1047
 
1048
 
1049
- app2.show(port = 1003)
1050
 
1051
 
1052
  # ## II.8. SAVE
 
53
 
54
  #set_name = 'Set_A'
55
  #set_name = 'test'
56
+ input_path = 'wetransfer_data-zip_2024-05-17_1431'
 
57
  base_dir = os.path.join(home_dir, input_path)
58
  set_path = 'test'
59
  selected_metadata_files = ['Slide_B_DD1s1.one_1.tif.csv', 'Slide_B_DD1s1.one_2.tif.csv']
 
1045
  # In[66]:
1046
 
1047
 
1048
+ app2.servable()
1049
 
1050
 
1051
  # ## II.8. SAVE