crudapi-example / lib /crudapi.xml
AbdulElahGwaith's picture
Upload folder using huggingface_hub
039608f verified
<service>
<id>crudapi</id>
<name>CRUDAPI</name>
<description>This service runs crudapi.</description>
<env name="CRUDAPI_HOME" value="%BASE%"/>
<executable>java</executable>
<arguments>-jar "%BASE%\crudapi.jar"</arguments>
<log mode="roll"></log>
<onfailure action="restart" />
</service>