Skip to content

Commit

Permalink
[Fix] fix import error in quick run demo doc (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Qingyun authored Feb 13, 2023
1 parent 96335bd commit e86796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/get_started/quick_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ you only need several lines of codes for image super-resolution by MMEditing!
```python
import mmcv
from mmedit.apis import init_model, restoration_inference
from mmedit.engine.misc import tensor2img
from mmedit.utils import tensor2img

config = 'configs/esrgan/esrgan_x4c64b23g32_1xb16-400k_div2k.py'
checkpoint = 'https://download.openmmlab.com/mmediting/restorers/esrgan/esrgan_x4c64b23g32_1x16_400k_div2k_20200508-f8ccaf3b.pth'
Expand Down

0 comments on commit e86796a

Please sign in to comment.