changing port

This commit is contained in:
talksik
2023-04-28 15:01:08 -07:00
parent f2c8a482cd
commit 73a5ecf1d0
+1 -1
View File
@@ -45,4 +45,4 @@ def transcribe():
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000, debug=True)
app.run(host="0.0.0.0", port=5001, debug=True)