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...
sohamnk
commited on
about 1 month ago
Commit
bd5010f
·
verified
·
1 Parent(s):
61766bc
print
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
from pipeline import app
2
3
if __name__ == '__main__':
1
+
import sys
2
+
sys.stdout.reconfigure(line_buffering=True)
3
+
4
+
5
from pipeline import app
6
7
if __name__ == '__main__':