Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Qi28
/
aistudio_TTS
like
0
License:
apache-2.0
Dataset card
Files
Files and versions
xet
Community
Qi28
commited on
Dec 7, 2024
Commit
77e05b7
·
verified
·
1 Parent(s):
e2ed0c1
Create temp.py
Browse files
Files changed (1)
hide
show
temp.py
+5
-0
temp.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import time
2
+
3
+
while True:
4
+
# print("这是一个带延迟的死循环!")
5
+
time.sleep(10) # 每次迭代暂停1秒