This commit is contained in:
2023-02-14 15:36:00 +08:00
parent 3014078e68
commit 9f35445a4f
3 changed files with 10 additions and 8 deletions

View File

@ -20,4 +20,4 @@ def filtervideo():
return result
if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0', port=8085)