Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
junaid17
/
testapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
junaid17
commited on
Feb 8
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")