Spaces:
Running
Running
mehran
commited on
Commit
·
5d73401
1
Parent(s):
fe79a14
update
Browse files
__pycache__/about.cpython-310.pyc
CHANGED
Binary files a/__pycache__/about.cpython-310.pyc and b/__pycache__/about.cpython-310.pyc differ
|
|
__pycache__/submission.cpython-310.pyc
CHANGED
Binary files a/__pycache__/submission.cpython-310.pyc and b/__pycache__/submission.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -80,7 +80,7 @@ if __name__ == "__main__":
|
|
80 |
pull_app = create_app() # Variable name 'pull_app' kept as is, but can be changed if desired e.g., to 'mizan_app'
|
81 |
pull_app.launch(
|
82 |
debug=True, # Enable Gradio debug mode for more detailed error messages in development
|
83 |
-
|
84 |
# server_name="0.0.0.0" # Uncomment to make accessible on your local network
|
85 |
)
|
86 |
logger.info("MIZAN: A Persian LLM Leaderboard application has been launched.") # Changed from "PULL Leaderboard"
|
|
|
80 |
pull_app = create_app() # Variable name 'pull_app' kept as is, but can be changed if desired e.g., to 'mizan_app'
|
81 |
pull_app.launch(
|
82 |
debug=True, # Enable Gradio debug mode for more detailed error messages in development
|
83 |
+
share=True # Uncomment to create a public link (useful for temporary sharing)
|
84 |
# server_name="0.0.0.0" # Uncomment to make accessible on your local network
|
85 |
)
|
86 |
logger.info("MIZAN: A Persian LLM Leaderboard application has been launched.") # Changed from "PULL Leaderboard"
|
leaderboard/__pycache__/__init__.cpython-310.pyc
CHANGED
Binary files a/leaderboard/__pycache__/__init__.cpython-310.pyc and b/leaderboard/__pycache__/__init__.cpython-310.pyc differ
|
|
leaderboard/__pycache__/leaderboard.cpython-310.pyc
CHANGED
Binary files a/leaderboard/__pycache__/leaderboard.cpython-310.pyc and b/leaderboard/__pycache__/leaderboard.cpython-310.pyc differ
|
|