Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import zipfile
|
2 |
-
with zipfile.ZipFile("
|
3 |
zip_ref.extractall("joermd/speedy/main")
|
|
|
1 |
import zipfile
|
2 |
+
with zipfile.ZipFile("defaults.zip", "r") as zip_ref:
|
3 |
zip_ref.extractall("joermd/speedy/main")
|