GemmArte / test_run.py
sjbaek's picture
feat : runpod serverless application
ac984b5
raw
history blame contribute delete
111 Bytes
import time
if __name__ == "__main__":
while True:
print("Test Running...")
time.sleep(3)