Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macrocosm-os
/
pretraining-leaderboard
like
4
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
CryptAL
commited on
Jun 10, 2024
Commit
aa9f7eb
·
1 Parent(s):
83af470
Bug fix
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -441,6 +441,6 @@ def main():
441
scheduler.start()
442
443
demo.launch()
444
-
'''
445
446
-
#main()
441
scheduler.start()
442
443
demo.launch()
444
445
+
446
+
main()