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...
dbeb7ca
lost-and-found-ai-pipeline
/
app.py
sohamnk
Update app.py
a9999ab
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
)