Skip to content

Commit 6db5e7d

Browse files
authored
Update README.md
1 parent f3cc7f7 commit 6db5e7d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# lobe-python
2+
Code to run exported Lobe models in Python.
23

34
## Install
45
```
@@ -43,4 +44,4 @@ print(result.prediction)
4344
for label, prop in result.labels:
4445
print(f"{label}: {prop*100}%")
4546
46-
```
47+
```

0 commit comments

Comments
 (0)