idolezal commited on
Commit
6362604
1 Parent(s): 822c3a6

Try port 443

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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:4443/benczechmark-leaderboard/compare_significance/'
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 (