Spaces:
Build error
Build error
Commit
·
bbd0efc
1
Parent(s):
2c30970
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import numpy as np
|
|
8 |
from scipy.io import wavfile
|
9 |
from pydub import AudioSegment
|
10 |
|
11 |
-
file_upload_available = os.environ.get("ALLOW_FILE_UPLOAD")
|
12 |
|
13 |
import json
|
14 |
with open("characters.json", "r") as file:
|
|
|
8 |
from scipy.io import wavfile
|
9 |
from pydub import AudioSegment
|
10 |
|
11 |
+
file_upload_available = True #os.environ.get("ALLOW_FILE_UPLOAD")
|
12 |
|
13 |
import json
|
14 |
with open("characters.json", "r") as file:
|