Update main.py

This commit is contained in:
Guilherme Werner
2023-10-06 20:42:05 -03:00
parent 02191d439e
commit 8855086ef0

View File

@ -44,4 +44,4 @@ def caption_image():
return jsonify({"error": "Missing 'image_url'"}), 400
if __name__ == '__main__':
app.run(port=5885)
app.run(host='0.0.0.0', port=5885)