Update main.py

This commit is contained in:
Guilherme Werner
2023-10-06 20:36:06 -03:00
parent 7210933a15
commit 02191d439e

View File

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