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...
88b35be
lost-and-found-ai-pipeline
/
app.py
sohamnk
Update app.py
88b35be
verified
30 days ago
raw
Copy download link
history
blame
Safe
144 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
)