Oldmangrizzz's picture
Upload folder using huggingface_hub
dff1e71 verified
from python.helpers.api import ApiHandler, Request, Response
from python.helpers import process
class Restart(ApiHandler):
async def process(self, input: dict, request: Request) -> dict | Response:
process.reload()
return Response(status=200)