Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
涉及到的文件包括api_v2.py, requirements.txt和新增的dist文件夹。
api_v2内新增了适配前端推理页面的代码,并且多引用了一个库:shutil,原有的功能应该不受影响。
requirements.txt内新增了对shutil的依赖声明。
dist内包含打包后的前端页面文件,在主流浏览器上运行应该没有问题,为了保持最大限度的前后端分离,目前的前端界面只能在默认端口9880下正常运行,后续应该会优化。