Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
junaid17
/
testapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
junaid17
commited on
24 days ago
Commit
91b2bc9
·
verified
·
1 Parent(s):
7d33d29
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
print("STARTED")
2
+
import time
3
+
time.sleep(3600)
4
+
print("it worked")