NikhilSol9876 commited on
Commit
1e0a9a4
·
verified ·
1 Parent(s): cf5c294
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ COPY api.py .
23
  COPY best_model.pt* ./
24
  COPY optimal_threshold.txt* ./
25
 
26
- # Expose FastAPI port
27
  EXPOSE 7860
28
 
29
  # Run the application
 
23
  COPY best_model.pt* ./
24
  COPY optimal_threshold.txt* ./
25
 
26
+ # Expose FastAPI port (Hugging Face Spaces expects 7860)
27
  EXPOSE 7860
28
 
29
  # Run the application