HachiML commited on
Commit
0c4eba3
1 Parent(s): cd283a7

Upload processing_mists.py

Browse files
Files changed (1) hide show
  1. processing_mists.py +1 -1
processing_mists.py CHANGED
@@ -64,7 +64,7 @@ class MistsProcessor(ProcessorMixin):
64
  else:
65
  text_inputs = {"text": text}
66
  else:
67
- text_inputs = None
68
 
69
  return BatchFeature(data={**text_inputs, **time_series_values})
70
 
 
64
  else:
65
  text_inputs = {"text": text}
66
  else:
67
+ text_inputs = {}
68
 
69
  return BatchFeature(data={**text_inputs, **time_series_values})
70