修了 evidence 捕获的优先级逻辑:
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
echo Starting IOV Data Analysis Agent Web Interface...
|
||||
echo Please open http://localhost:8000 in your browser.
|
||||
python -m uvicorn web.main:app --reload --host 0.0.0.0 --port 8000
|
||||
python -m uvicorn web.main:app --reload --reload-exclude "outputs/*" --host 0.0.0.0 --port 8000
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user