Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ Then specify one (or multiple repositories in a tuple) as input and get the resu
|
|
| 47 |
repo_infos = model("lazyhope/python-hello-world")
|
| 48 |
print(repo_infos)
|
| 49 |
```
|
| 50 |
-
Output (Long numpy outputs are omitted):
|
| 51 |
```python
|
| 52 |
[{'name': 'lazyhope/python-hello-world',
|
| 53 |
'topics': [],
|
|
|
|
| 47 |
repo_infos = model("lazyhope/python-hello-world")
|
| 48 |
print(repo_infos)
|
| 49 |
```
|
| 50 |
+
Output (Long numpy array outputs are omitted):
|
| 51 |
```python
|
| 52 |
[{'name': 'lazyhope/python-hello-world',
|
| 53 |
'topics': [],
|