diff --git a/setup_and_run.sh b/setup_and_run.sh index 548ddd6..d7eae41 100644 --- a/setup_and_run.sh +++ b/setup_and_run.sh @@ -28,7 +28,7 @@ fi # Install required packages echo "Installing required packages..." -pip install numpy matplotlib pillow gradio seaborn cellpose tifffile +pip install numpy matplotlib pillow gradio seaborn cellpose tifffile werkzeug # Launch the Gradio app echo "Launching Cellpose Gradio app..."