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