Spaces:
Build error
Build error
1littlecoder
commited on
Commit
·
0d2b537
1
Parent(s):
509cbc3
fix True
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 = True #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:
|