Spaces:
Runtime error
Runtime error
Santhosh Subramanian
commited on
Commit
·
e52db89
1
Parent(s):
f5ee452
adding aws limit increase
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ if "view" not in st.session_state:
|
|
34 |
def callback():
|
35 |
st.session_state["button_clicked"] = True
|
36 |
|
|
|
37 |
|
38 |
def zip_and_upload_images(identifier, uploaded_files, image_type):
|
39 |
if not os.path.exists(identifier):
|
|
|
34 |
def callback():
|
35 |
st.session_state["button_clicked"] = True
|
36 |
|
37 |
+
os.system('aws configure set default.s3.multipart_threshold 200MB')
|
38 |
|
39 |
def zip_and_upload_images(identifier, uploaded_files, image_type):
|
40 |
if not os.path.exists(identifier):
|