Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
TIGER-Lab
/
MMLU-Pro
like
157
Running
on
CPU Upgrade
App
Files
Files
Community
3
ubowang
commited on
May 20
Commit
8ff2460
•
1 Parent(s):
985dd44
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,5 +56,5 @@ with block:
56
inputs=[input_file],
57
)
58
59
-
block.launch()
60
56
inputs=[input_file],
57
)
58
59
+
block.launch(
share=True
)
60