Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muellerzr
/
bert-base-cased-tpu-accelerate-experiments
like
0
Runtime error
App
Files
Files
Community
muellerzr
HF staff
commited on
Aug 18, 2022
Commit
d89efc5
•
1 Parent(s):
163c31c
Sleep?
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -47,6 +47,7 @@ html = f"""
47
def main():
48
download_logs()
49
run_aim()
50
51
if __name__ == "__main__":
52
main()
47
def main():
48
download_logs()
49
run_aim()
50
+
time.sleep(3)
51
52
if __name__ == "__main__":
53
main()