From 4098c6fd064e82a110225662bbab8f1c2f97c66b Mon Sep 17 00:00:00 2001 From: Lucas <95351758+LSeu-Open@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:33:25 +0200 Subject: [PATCH] Add werkzeug to required packages --- setup_and_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."