Upload folder using huggingface_hub
Browse files
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'))
|