fbellomo commited on
Commit
4c168bd
·
verified ·
1 Parent(s): afca39c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1131,6 +1131,8 @@ def predict(dataset, attributes, access_token):
1131
  ],
1132
  }
1133
 
 
 
1134
  start_time = time.time()
1135
  response = requests.post(api_url, headers=headers, json=payload)
1136
  end_time = time.time()
 
1131
  ],
1132
  }
1133
 
1134
+ print(payload)
1135
+
1136
  start_time = time.time()
1137
  response = requests.post(api_url, headers=headers, json=payload)
1138
  end_time = time.time()