Skip to content

Commit

Permalink
Add werkzeug to required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LSeu-Open authored Oct 8, 2024
1 parent ac02c35 commit 4098c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_and_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 4098c6f

Please sign in to comment.