explanation

This commit is contained in:
talksik
2023-04-28 15:01:45 -07:00
parent 73a5ecf1d0
commit c32b0b6ffb
+1
View File
@@ -45,4 +45,5 @@ def transcribe():
if __name__ == "__main__":
# 0.0.0.0 opens up to all ipv4 addresses
app.run(host="0.0.0.0", port=5001, debug=True)