Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
pizb
/
GemmArte
like
0
Running
App
Files
Files
Community
main
GemmArte
/
test_run.py
sjbaek
feat : runpod serverless application
ac984b5
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
import
time
if
__name__ ==
"__main__"
:
while
True
:
print
(
"Test Running..."
)
time.sleep(
3
)