taskswithcode commited on
Commit
cf32af6
·
1 Parent(s): 0161060

Address change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ from transformers import BertTokenizer, BertForMaskedLM
26
 
27
 
28
  APP_NAME = "hf/semantic_search"
29
- INFO_URL = "http://www.taskswithcode.com/stats/"
30
 
31
 
32
 
 
26
 
27
 
28
  APP_NAME = "hf/semantic_search"
29
+ INFO_URL = "http://www.taskswithcode.com:8002/"
30
 
31
 
32