Spaces:
Sleeping
Sleeping
cjell commited on
Commit ·
94d05dd
1
Parent(s): 7b20be2
changing url
Browse files
test.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import requests
|
| 2 |
|
| 3 |
resp = requests.post(
|
| 4 |
-
"https://
|
| 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 |
|