Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
opencompass
/
opencompass-llm-leaderboard
like
84
Running
App
Files
Files
Community
3
vansin
commited on
Sep 8, 2023
Commit
855d34c
•
1 Parent(s):
fba6383
feat: change port
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ def index():
9
10
11
if __name__ == "__main__":
12
-
app.run(debug=
True
, port=7860, host="0.0.0.0")
9
10
11
if __name__ == "__main__":
12
+
app.run(debug=
False
, port=7860, host="0.0.0.0")