mirror of https://github.com/alibaba/EasyCV.git
fix style: code style ```python``` not work well (#338)
Simple verification ```python from easycv.apis import * ``` You can also verify your installation using following quick-start examplespull/343/head
parent
af4e9d5d19
commit
09232dac33
|
@ -92,13 +92,13 @@
|
|||
|
||||
### Verification
|
||||
|
||||
Simple verification
|
||||
Simple verification
|
||||
|
||||
```python
|
||||
from easycv.apis import *
|
||||
```
|
||||
```python
|
||||
from easycv.apis import *
|
||||
```
|
||||
|
||||
You can also verify your installation using following quick-start examples
|
||||
You can also verify your installation using following quick-start examples
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Reference in New Issue