Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sohamnk
/
lost-and-found-ai-pipeline
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3b235ec
lost-and-found-ai-pipeline
/
app.py
sohamnk
1
3b235ec
verified
28 days ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
sys
sys.stdout.reconfigure(line_buffering=
True
)
from
pipeline
import
app
if
__name__ ==
'__main__'
:
app.run(host=
'0.0.0.0'
, port=
7860
)