Update app.py
Browse files
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 = [
|