abhi02072005 commited on
Commit
1d331f9
·
1 Parent(s): 1aad71c

main change

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,4 +43,4 @@ RUN python download_model.py
43
  EXPOSE 7860
44
 
45
  # Run the application on correct host/port
46
- CMD ["uvicorn", "link:app", "--host", "0.0.0.0", "--port", "7860"]
 
43
  EXPOSE 7860
44
 
45
  # Run the application on correct host/port
46
+ CMD ["uvicorn", "link2:app", "--host", "0.0.0.0", "--port", "7860"]