cellpose icon indicating copy to clipboard operation
cellpose copied to clipboard

HTTP Error 500: INTERNAL SERVER ERROR

Open Shrishtee-kandoi opened this issue 2 months ago • 0 comments

Hi,

I initialized a model using the following code:

from cellpose import models model = models.Cellpose(gpu=False, model_type='cyto3')

But I am getting an HTTP Error 500: INTERNAL SERVER ERROR message when attempting to download the model files.

I'm running this in a conda environment. Any suggestions on how to resolve this would be greatly appreciated!

Thank you.

Shrishtee-kandoi avatar May 24 '24 15:05 Shrishtee-kandoi