Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TIGER-Lab
/
MMLU-Pro
like
184
Running
on
CPU Upgrade
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
ubowang
commited on
May 20, 2024
Commit
653a1dc
·
verified
·
1 Parent(s):
3a68c5a
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