Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Andrew Stirn
commited on
Commit
·
18c6cc8
1
Parent(s):
73c24bb
cleanup
Browse files
tiger.py
CHANGED
|
@@ -136,7 +136,7 @@ def predict_off_target(off_targets: pd.DataFrame, model: tf.keras.Model):
|
|
| 136 |
], axis=-1)
|
| 137 |
off_targets['Normalized LFC'] = model.predict_step(model_inputs)
|
| 138 |
|
| 139 |
-
return off_targets
|
| 140 |
|
| 141 |
|
| 142 |
def tiger_exhibit(transcript):
|
|
|
|
| 136 |
], axis=-1)
|
| 137 |
off_targets['Normalized LFC'] = model.predict_step(model_inputs)
|
| 138 |
|
| 139 |
+
return off_targets.set_index('Guide')
|
| 140 |
|
| 141 |
|
| 142 |
def tiger_exhibit(transcript):
|