CyberAndrew
Results
1
comments of
CyberAndrew
> Hey @FurkanGozukara, > > To save the transcriptions as a `.txt` file, you can do the following: > > ```python > pred_str = pipeline(...) > > with open("output.txt", "w")...