sachin sharma commited on
Commit
7fb83c4
·
1 Parent(s): 0b393b6

updated README.md

Browse files
Files changed (1) hide show
  1. .env.example +11 -0
.env.example ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # App Configuration
2
+ APP_NAME="ML Inference Service"
3
+ APP_VERSION="0.1.0"
4
+ DEBUG=false
5
+
6
+ # Server
7
+ HOST="0.0.0.0"
8
+ PORT=8000
9
+
10
+ # Model
11
+ MODEL_NAME="microsoft/resnet-18"