FerrellSyntheticIntelligence's picture
Upload folder using huggingface_hub
d2a5f5a verified
Raw
History Blame Contribute Delete
166 Bytes
from service import LogicService
class APIController:
def handle_request(self, request):
service = LogicService()
return service.process(request)