Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annereinarz authored May 31, 2024
1 parent 91e204c commit fef1021
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models/dune-composites/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ def __call__(self, parameters, config):
def supports_evaluate(self):
return True

model = DuneCompModel()

if __name__ == "__main__":
umbridge.serve_models([DuneCompModel()], 4242)

0 comments on commit fef1021

Please sign in to comment.