Spaces:
Runtime error
Runtime error
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>
- 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","
|
|
|
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"]
|