Skip to content

Commit

Permalink
fix call
Browse files Browse the repository at this point in the history
  • Loading branch information
listofbanned committed Oct 26, 2022
1 parent 6efc3e9 commit 3becbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def load_image_from_url(img_url, image_size, device):
return image


@app.get('/'):
@app.get('/')
def main():
return {'response': 'ok'}

Expand Down

0 comments on commit 3becbfe

Please sign in to comment.