olamidegoriola pvanand commited on
Commit
ccf00e3
1 Parent(s): 813b51e

replace model with issue with most recent working model (#7)

Browse files

- replace model with issue with most recent working model (cf356120240f93e538450059b607be7f1e8bb32c)


Co-authored-by: Anand <pvanand@users.noreply.huggingface.co>

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,4 +38,4 @@ EXPOSE 7860
38
  # List of Models: central+careersv1.0.tar.gz,Arpit-v1.0.tar.gz
39
 
40
  # Run the application.
41
- CMD ["run","--model","models/Arpit-v1.0.tar.gz","--enable-api","--port","7860"]
 
38
  # List of Models: central+careersv1.0.tar.gz,Arpit-v1.0.tar.gz
39
 
40
  # Run the application.
41
+ CMD ["run","--model","central+careersv1.0.tar.gz","--enable-api","--port","7860"]