cstr commited on
Commit
923de84
·
verified ·
1 Parent(s): 684aed5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import time
9
  import logging
10
  import transformers
11
  import json
 
12
  from tqdm import tqdm
13
  import subprocess
14
  from huggingface_hub import snapshot_download, upload_file
 
9
  import logging
10
  import transformers
11
  import json
12
+ import io
13
  from tqdm import tqdm
14
  import subprocess
15
  from huggingface_hub import snapshot_download, upload_file