Spaces:
Sleeping
Sleeping
| from django.urls import path | |
| from notifications.api_views import ImageClassifierAPIView | |
| urlpatterns = [ | |
| path('classify/', ImageClassifierAPIView.as_view(), name='api_classify'), | |
| ] | |
| from django.urls import path | |
| from notifications.api_views import ImageClassifierAPIView | |
| urlpatterns = [ | |
| path('classify/', ImageClassifierAPIView.as_view(), name='api_classify'), | |
| ] | |