n0v33n commited on
Commit
5903ba5
·
1 Parent(s): 9207b26

update commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Copy app files
22
  COPY app.py .
23
- COPY mobilenetv3_gender_weights.pth .
24
  COPY metadata.json .
25
 
26
  # Expose HF-required port
 
20
 
21
  # Copy app files
22
  COPY app.py .
23
+ COPY mobilenetv3_large_100_deploy.pth .
24
  COPY metadata.json .
25
 
26
  # Expose HF-required port