cjell commited on
Commit
94d05dd
·
1 Parent(s): 7b20be2

changing url

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -1,7 +1,7 @@
1
  import requests
2
 
3
  resp = requests.post(
4
- "https://cjell-spam-fastapi.hf.space/predict",
5
  json={"text": "Congratulations! You've won a free cruise!"}
6
  )
7
 
 
1
  import requests
2
 
3
  resp = requests.post(
4
+ "https://spam-fastapi-cjell.hf.space/predict",
5
  json={"text": "Congratulations! You've won a free cruise!"}
6
  )
7