lyangas commited on
Commit
e9753c6
1 Parent(s): a92d8f3

add message of logging

Browse files
Files changed (1) hide show
  1. make_responce.py +1 -1
make_responce.py CHANGED
@@ -12,4 +12,4 @@ result = client.predict(
12
  input_text,
13
  api_name="/predict"
14
  )
15
- print(result)
 
12
  input_text,
13
  api_name="/predict"
14
  )
15
+ print('results save at:', result)