chibop commited on
Commit
47e7313
·
verified ·
1 Parent(s): b7ec722

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. chat.py +1 -0
chat.py CHANGED
@@ -7,6 +7,7 @@ import base64
7
  import json
8
  import soundfile as sf
9
  from io import BytesIO
 
10
 
11
  def login(username, password):
12
  users = json.loads(os.environ.get('users'))
 
7
  import json
8
  import soundfile as sf
9
  from io import BytesIO
10
+ import numpy as np
11
 
12
  def login(username, password):
13
  users = json.loads(os.environ.get('users'))