Skip to content

Commit 48ef048

Browse files
committed
print data for debugging
1 parent 2e43930 commit 48ef048

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interact_local.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def index():
3333
if request.method == 'POST':
3434
data = request.get_json()
3535
if data==None: data=json.loads(request.data)
36+
print(data)
3637
return predict_fn(data["inputs"])[0].decode('utf-8')
3738

3839
if __name__ == "__main__":

0 commit comments

Comments
 (0)