Update slop_with_models.py initialize_model_map()

This commit is contained in:
Russell Ballestrini 2025-03-20 00:53:01 +00:00
parent e2a031ea34
commit de3be00402

View file

@ -215,6 +215,8 @@ def pay():
)
initialize_model_map()
if __name__ == "__main__":
initialize_model_map()
app.run(debug=True, port=31337)