minwoosun commited on
Commit
b86d216
1 Parent(s): 6deb948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -50,6 +50,11 @@ def main(input_file_path, species):
50
 
51
  dir_path = '/home/user/app/UCE/'
52
  model_loc = 'minwoosun/uce-100m'
 
 
 
 
 
53
 
54
  # Construct the command
55
  command = [
 
50
 
51
  dir_path = '/home/user/app/UCE/'
52
  model_loc = 'minwoosun/uce-100m'
53
+
54
+ print(input_file_path)
55
+ print(dir_path)
56
+ print(model_loc)
57
+
58
 
59
  # Construct the command
60
  command = [