LesionDetection / app.py

Commit History

Fixing three bugs from nnUNetv2 wrapper, such as pacing extraction: (x,y,z) → (z,y,x) to match project convention
5fcd2a4

maregu2023 commited on

feat: Add nnUNet integration, Dice metrics, and split INFO panel with overlap viewer
d2c2086

maregu2023 commited on

Fix: Monkey-patch Gradio schema bug for HF Spaces compatibility
0dee6ca

maregu2023 commited on

Remove ssr parameter in launch() function
cfbb33f

maregu2023 commited on

Fix: Upgrade to Gradio 5.12.0 and disable SSR to fix schema bug
3803722

maregu2023 commited on

Fix: Correct type annotation causing Gradio schema serialization bug
3846302

maregu2023 commited on

Fix: call launch() on HF Spaces with correct server settings
16cace9

maregu2023 commited on

Fix: use Gradio 4.31.0, remove manual launch on HF Spaces
3314249

maregu2023 commited on

Deploy brain lesion segmentation web app
1bb9695

maregu2023 commited on

Initial commit: Medical image segmentation app
eecd79d

maregu2023 commited on