aziac commited on
Commit
88da112
·
1 Parent(s): caa7998

removed model

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -13,7 +13,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
  # Copy the app and static directories into the container at /code
14
  COPY ./app /code/app
15
  COPY ./static /code/static
16
- COPY ./model /code/model
17
 
18
  # Expose the port the app runs on. Hugging Face Spaces uses 7860 by default.
19
  EXPOSE 7860
 
13
  # Copy the app and static directories into the container at /code
14
  COPY ./app /code/app
15
  COPY ./static /code/static
 
16
 
17
  # Expose the port the app runs on. Hugging Face Spaces uses 7860 by default.
18
  EXPOSE 7860