Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Andrew Stirn
commited on
Commit
·
f04eae6
1
Parent(s):
6905b58
bug fix
Browse files
run.py
CHANGED
|
@@ -41,7 +41,7 @@ def run(x):
|
|
| 41 |
input_gens, model_input_x = process_data(x)
|
| 42 |
# print("input gene: ", input_gens)
|
| 43 |
# print("model_input: ", model_input_x)
|
| 44 |
-
res = tiger.
|
| 45 |
# print("res: ", res)
|
| 46 |
return gen_report_table(input_gens, res)
|
| 47 |
|
|
|
|
| 41 |
input_gens, model_input_x = process_data(x)
|
| 42 |
# print("input gene: ", input_gens)
|
| 43 |
# print("model_input: ", model_input_x)
|
| 44 |
+
res = tiger.predict_step(model_input_x)
|
| 45 |
# print("res: ", res)
|
| 46 |
return gen_report_table(input_gens, res)
|
| 47 |
|