Fix timestamp prediction on empty ASR outputs
_, timestamp = ts_prediction_lfr6_standard(us_alphas[i],
ValueError: not enough values to unpack (expected 2, got 0)
If char_list is empty, we should still return both the text (which is empty string) and the timestamps to fit the function signature.