Spaces:
Running
Running
route
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ COPY --chown=user word_1.jpg $HOME/app
|
|
27 |
RUN paddleocr --image_dir ./word_1.jpg --use_angle_cls true --use_gpu false --lang ch
|
28 |
RUN paddleocr --image_dir ./table.jpg --type=structure --table=true --lang ch
|
29 |
|
30 |
-
CMD ["uvicorn", "
|
|
|
27 |
RUN paddleocr --image_dir ./word_1.jpg --use_angle_cls true --use_gpu false --lang ch
|
28 |
RUN paddleocr --image_dir ./table.jpg --type=structure --table=true --lang ch
|
29 |
|
30 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|