cockolo terada commited on
Commit
78c02e9
·
verified ·
1 Parent(s): 2d48e71

Upload folder using huggingface_hub

Browse files
.ipynb_checkpoints/Server-checkpoint.bat ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ chcp 65001 > NUL
2
+ @echo off
3
+
4
+ pushd %~dp0
5
+ echo Running server_fastapi.py
6
+ venv\Scripts\python server_fastapi.py
7
+
8
+ if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
9
+
10
+ popd
11
+ pause