mariotawfik commited on
Commit
e9bd8c0
·
verified ·
1 Parent(s): 95e05d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:3000/predict",
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
  )