debisoft commited on
Commit
a6328f6
·
1 Parent(s): 9d7dd27
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def score_model(model_uri, databricks_token, prompt):
97
  if(response_json["choices"] == "") :
98
  print("Start***No choices!!!")
99
  print(response.status_code)
100
- print(response.txt)
101
  print("End***No choices!!!")
102
 
103
  return response_json
 
97
  if(response_json["choices"] == "") :
98
  print("Start***No choices!!!")
99
  print(response.status_code)
100
+ print(response.text)
101
  print("End***No choices!!!")
102
 
103
  return response_json