TheStinger commited on
Commit
0b7a138
1 Parent(s): a04260b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from subprocess import Popen
7
  from typing import Any
8
  import faiss
9
  import spaces
10
- from random import
11
  import json, datetime, requests
12
  from gtts import gTTS
13
  now_dir = os.getcwd()
 
7
  from typing import Any
8
  import faiss
9
  import spaces
10
+ from random import shuffle
11
  import json, datetime, requests
12
  from gtts import gTTS
13
  now_dir = os.getcwd()