Julia is cool but Python's speed is usually not a bottleneck for AI applications. Most intensive tasks for training and inference are either compiled for CPU or run on the GPU.
Discussion
Yes, maybe not, but I think Julia's point was where something is going to be more CPU or GPU intensive, Julia would better utilise available processing with its parallel processing. But yes, I think in many cases Python is going to be just fine.