Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
augsaksham committed Sep 12, 2022
1 parent e72d603 commit 95a34f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions coreapi/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def post(self, request):
return Response(result, status=status.HTTP_400_BAD_REQUEST)


<<<<<<< HEAD
class LatexGenerate(views.APIView):
""" To generate caption from an image
Workflow
Expand Down Expand Up @@ -248,8 +247,6 @@ def post(self, request):
return Response(result, status=status.HTTP_400_BAD_REQUEST)


=======
>>>>>>> 057c9b8b0d7225043e318095c8d4168004d3d367
class NsfwRecognise(views.APIView):
""" To recognise whether a image is nsfw or not
Workflow
Expand Down

0 comments on commit 95a34f6

Please sign in to comment.