Commit History

fix(bench-space): apply HfFolder shim before importing gradio
42eaf4c

Harshith Reddy commited on

fix(docker): add --no-build-isolation to pip download for mamba-ssm
2737414

Harshith Reddy commited on

Fix HF Spaces build timeout: limit mamba_ssm to sm_89 only
b966fdd

Harshith Reddy commited on

Cap CUDA-extension build parallelism (fix HF Spaces OOMKill, exit 137)
804b6ae

Harshith Reddy commited on

Add Gradio head-to-head baseline (V1/V2/V3) and bench Space entrypoint
fde793b

Harshith Reddy commited on

Fix inference pipeline: normalization, RAS orientation, state_dict check, debug logging
91a070d

Harshith Reddy commited on

fix: HfFolder ImportError - add compatibility shim for huggingface_hub 1.x
1b50d56

Harshith Reddy commited on

fix: pin huggingface-hub<1.0 to fix HfFolder ImportError with Gradio
99b960b

Harshith Reddy commited on

Fix: Always use FastAPI as server, remove Gradio-only fallback, remove demo.launch()
1bb4c2b

Harshith Reddy commited on

Mount Gradio at /gradio to prevent interference with API routes
dc7149f

Harshith Reddy commited on

Fix Request parameter to use dependency injection
0b85642

Harshith Reddy commited on

Add file validation and fix request parameter order
71b7140

Harshith Reddy commited on

Fix CORS for GitHub Pages and improve multipart request handling
c478bee

Harshith Reddy commited on

Add detailed logging for multipart requests and route registration
88312c3

Harshith Reddy commited on

Fix exception handler to prevent UnicodeDecodeError and improve error messages
88dc9a3

Harshith Reddy commited on

Add route registration logging before Gradio mount
8c09633

Harshith Reddy commited on

Add explicit JSONResponse to segment endpoint
9eb761e

Harshith Reddy commited on

Fix middleware to not consume request body for file uploads
e6af87d

Harshith Reddy commited on

Add request logging middleware to debug Method Not Allowed errors
3a531e5

Harshith Reddy commited on

Add route debugging and ensure FastAPI routes are properly registered
579632e

Harshith Reddy commited on

Fix API routes and add root endpoint
4b1ce2f

Harshith Reddy commited on

Add detailed logging for API requests to show in Hugging Face logs
a1bd718

Harshith Reddy commited on

Fix dimension mismatch: resample prediction mask to match original input dimensions
fd4999b

Harshith Reddy commited on

Increase upload limit to 2 GB to match processing limit
89c2460

Harshith Reddy commited on

Increase file size limits: upload 1 GB, processing 2 GB
6849f7a

Harshith Reddy commited on

Update processing file size limit to 200 MB for medical imaging volumes
935dfed

Harshith Reddy commited on

Fix critical issues: 50MB upload limit, report guardrails, T2 experimental status, API security, and indentation errors
e3ce1b9

Harshith Reddy commited on

Fix shape
da28d95

Harshith Reddy commited on

Fix: Update remaining spatial priors and pass voxel_spacing to confidence calculation
3bb5ec1

Harshith Reddy commited on

Aggressive fixes: Higher T1 thresholds (0.60-0.80), stricter spatial priors, volume-based confidence penalty, reject <1000ml
f6ba112

Harshith Reddy commited on

Fix: Correct indentation errors and ensure PROCESSING_LOCK is threading.Lock()
f4cd95e

Harshith Reddy commited on

Fix: Remove local ndimage imports that cause UnboundLocalError - use top-level import instead
90b84c6

Harshith Reddy commited on

Complete critical fixes: proper lock acquire/release, load NIfTI once, fix slice_idx bounds, remove redundant confidence check
7569923

Harshith Reddy commited on

Fix critical bugs: threading.Lock, NIfTI load once, z-axis calculations, confidence defaults, path guards
310ce30

Harshith Reddy commited on

Fix preprocessing indentation error
c3e2591

Harshith Reddy commited on

Complete QC pipeline
f624d23

Harshith Reddy commited on

Added advanced guards
17ae0e6

Harshith Reddy commited on

Normalize Intensityd
a4ee1dd

Harshith Reddy commited on

Fixed preprocessing
af587ff

Harshith Reddy commited on

Fix confidence_score
7fa06ba

Harshith Reddy commited on

Add T1 threshold 0.58, size-aware auto-tune, enhanced edge cleanup, centroid/Z-span guards, confidence score, remove emojis
168ff98

Harshith Reddy commited on

Fix accuracy: match training preprocessing and use 0.5 threshold by default
75420c6

Harshith Reddy commited on

Enhance medical report with detailed findings, clinical context, and quality assessment
c20d437

Harshith Reddy commited on

Fix preprocessing, threshold, and post-processing for better predictions
1f6909b

Harshith Reddy commited on

Fix UnboundLocalError and Triton cache permission error
f9a3113

Harshith Reddy commited on

Fix Internal Server Error: mount Gradio Blocks to FastAPI app for Hugging Face Spaces
5b260e5

Harshith Reddy commited on

Fix Gradio 4.44.x schema bug: patch additionalProperties boolean to dict conversion
47c72b7

Harshith Reddy commited on

Fix syntax error: remove embedded error messages from app.py
d2eb469

Harshith Reddy commited on

Fix Gradio launch error: remove unsupported api_name parameter from click() method
23f6376

Harshith Reddy commited on

Fix No API found error: remove API info patching and explicitly set api_name
9663401

Harshith Reddy commited on