Skip to content

Commit f5b9169

Browse files
committed
text tqdm.
1 parent 4f30a8a commit f5b9169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

intermediate_source/speech_command_recognition_with_torchaudio_tutorial.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333

3434
import matplotlib.pyplot as plt
3535
import IPython.display as ipd
36-
from tqdm.notebook import tqdm
36+
37+
from tqdm import tqdm
3738

3839

3940
######################################################################

0 commit comments

Comments
 (0)