Create README.md
Browse files
README.md
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[!] The model will be downloaded as 'README'.
|
| 2 |
+
[~] Downloading voice model with name README...
|
| 3 |
+
[~] Extracting zip...
|
| 4 |
+
Traceback (most recent call last):
|
| 5 |
+
File "/root/.pyenv/versions/3.9.18/lib/python3.9/site-packages/cog/server/worker.py", line 352, in _predict
|
| 6 |
+
result = predict(**payload)
|
| 7 |
+
File "predict.py", line 204, in predict
|
| 8 |
+
download_online_model(
|
| 9 |
+
File "predict.py", line 31, in download_online_model
|
| 10 |
+
with zipfile.ZipFile(zip_name, "r") as zip_ref:
|
| 11 |
+
File "/root/.pyenv/versions/3.9.18/lib/python3.9/zipfile.py", line 1266, in __init__
|
| 12 |
+
self._RealGetContents()
|
| 13 |
+
File "/root/.pyenv/versions/3.9.18/lib/python3.9/zipfile.py", line 1333, in _RealGetContents
|
| 14 |
+
raise BadZipFile("File is not a zip file")
|
| 15 |
+
zipfile.BadZipFile: File is not a zip file
|