Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ generated_english_sequence = pipe(
|
|
| 48 |
}
|
| 49 |
)
|
| 50 |
|
| 51 |
-
# Expected output: "
|
| 52 |
```
|
| 53 |
|
| 54 |
A small snippet of code is given here in order to **infer with the model without any abstraction (low-level)**.
|
|
|
|
| 48 |
}
|
| 49 |
)
|
| 50 |
|
| 51 |
+
# Expected output: "Yes, an acceptor splice site is without question present in the sequence."
|
| 52 |
```
|
| 53 |
|
| 54 |
A small snippet of code is given here in order to **infer with the model without any abstraction (low-level)**.
|