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...
4b612c8
lost-and-found-ai-pipeline
/
app.py
sohamnk
1st
97d00a5
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
91 Bytes
from
pipeline
import
app
if
__name__ ==
'__main__'
:
app.run(host=
'0.0.0.0'
, port=
7860
)