rosemariafontana commited on
Commit
0da2ad2
·
verified ·
1 Parent(s): 2ceb5e7

Update process_data.py

Browse files
Files changed (1) hide show
  1. process_data.py +1 -1
process_data.py CHANGED
@@ -341,7 +341,7 @@ def pre_processing(input_data, parameters):
341
  print("Response text")
342
  print(response_text)
343
 
344
- input_data["input_text_pieces"]["pre_processed_pieces"][text_label] = response_text
345
 
346
  return input_data
347
 
 
341
  print("Response text")
342
  print(response_text)
343
 
344
+ input_data["input_text_pieces"]["pre_processed_pieces"][text_label] = response_text
345
 
346
  return input_data
347