M4xjunior commited on
Commit
4894b78
·
1 Parent(s): 338cecc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import torchaudio
13
  import torch
14
  from cached_path import cached_path
15
  from transformers import AutoModelForCausalLM, AutoTokenizer
16
-
17
  try:
18
  import spaces
19
  USING_SPACES = True
 
13
  import torch
14
  from cached_path import cached_path
15
  from transformers import AutoModelForCausalLM, AutoTokenizer
16
+ from tqdm import tqdm
17
  try:
18
  import spaces
19
  USING_SPACES = True