taskswithcode commited on
Commit
5625361
1 Parent(s): b218a45

Address change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ use_case_url = {"1":"https://huggingface.co/spaces/taskswithcode/semantic_simila
22
 
23
 
24
  APP_NAME = "hf/semantic_similarity"
25
- INFO_URL = "http://www.taskswithcode.com/stats/"
26
 
27
 
28
  from transformers import BertTokenizer, BertForMaskedLM
 
22
 
23
 
24
  APP_NAME = "hf/semantic_similarity"
25
+ INFO_URL = "http://www.taskswithcode.com:8002/"
26
 
27
 
28
  from transformers import BertTokenizer, BertForMaskedLM