Error 'Imageblock' is not defined

Hi guys.

Before this I used to install fastai library by

!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()
and
from fastai import *
from fastai.vision import *

and I can use all fastai function just fine, but today I tried to use the same function but it doent work like before for example

Path function used to work just fine but now I have error “name ‘Path’ is not defined”
(I fixed this by this command “from fastai.imports import *”)

and I have this error that I dont know how to fix (“name ‘ImageBlock’ is not defined”)

I wonder if fastai got an update or sth ?

If anyone can help or could give me the source to read would be really helpful.

Thank you so much :slightly_smiling_face:

How about this?

i tweaked your imports

Hey, It’s work !!

Thank you so much :smiley: