taskswithcode commited on
Commit
6b9bf52
1 Parent(s): 69e16be
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from transformers import BertTokenizer, BertForMaskedLM
29
 
30
 
31
  APP_NAME = "hf/semantic_clustering"
32
- INFO_URL = "http://www.taskswithcode.com/stats/"
33
 
34
 
35
 
 
29
 
30
 
31
  APP_NAME = "hf/semantic_clustering"
32
+ INFO_URL = "https://www.taskswithcode.com/stats/"
33
 
34
 
35