Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def run_fhe(user_id):
|
|
159 |
headers = {"Content-type": "application/json"}
|
160 |
|
161 |
response = requests.post(
|
162 |
-
"http://localhost:
|
163 |
data=json.dumps(query),
|
164 |
headers=headers,
|
165 |
)
|
|
|
159 |
headers = {"Content-type": "application/json"}
|
160 |
|
161 |
response = requests.post(
|
162 |
+
"http://localhost:8000/predict",
|
163 |
data=json.dumps(query),
|
164 |
headers=headers,
|
165 |
)
|