Spaces:
Runtime error
Runtime error
Try port 443
Browse files
server.py
CHANGED
@@ -45,7 +45,7 @@ MARKDOWN_SPECIAL_CHARACTERS = {
|
|
45 |
}
|
46 |
|
47 |
def check_significance_send_task(model_a_path, model_b_path):
|
48 |
-
url = 'https://czechllm.fit.vutbr.cz
|
49 |
|
50 |
# prepare and send request
|
51 |
with (
|
|
|
45 |
}
|
46 |
|
47 |
def check_significance_send_task(model_a_path, model_b_path):
|
48 |
+
url = 'https://czechllm.fit.vutbr.cz/benczechmark-leaderboard/compare_significance/'
|
49 |
|
50 |
# prepare and send request
|
51 |
with (
|