Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
jobindsri/jobin
yanp
/
example
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
example
/
.env.example
sachin sharma
updated README.md
7fb83c4
8 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
161 Bytes
# App Configuration
APP_NAME
=
"ML Inference Service"
APP_VERSION
=
"0.1.0"
DEBUG
=
false
# Server
HOST
=
"0.0.0.0"
PORT
=
8000
# Model
MODEL_NAME
=
"microsoft/resnet-18"