Initial commit of secondary development sample code
This commit is contained in:
4
接收大模型复审告警/main.py
Normal file
4
接收大模型复审告警/main.py
Normal file
@ -0,0 +1,4 @@
|
||||
from app import app
|
||||
|
||||
if '__main__' == __name__:
|
||||
app.run(host='0.0.0.0', port=10010, debug=False)
|
||||
Reference in New Issue
Block a user