eheguy commited on
Commit
595bc44
·
1 Parent(s): ee5c5ad

Remove detector and evaluator from Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -17,8 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  # Copy all backend files
18
  COPY main.py .
19
  COPY humanizer.py .
20
- COPY detector.py .
21
- COPY evaluator.py .
22
 
23
  # Expose port 7860 (HuggingFace Spaces default port)
24
  EXPOSE 7860
 
17
  # Copy all backend files
18
  COPY main.py .
19
  COPY humanizer.py .
20
+
 
21
 
22
  # Expose port 7860 (HuggingFace Spaces default port)
23
  EXPOSE 7860