Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -606,4 +606,4 @@ async def retry_upload(upload_url: str, file_content: bytes, content_type: str,
|
|
| 606 |
time.sleep(delay)
|
| 607 |
delay *= 2 # Exponential backoff
|
| 608 |
print('Upload failed after all retry attempts')
|
| 609 |
-
return False
|
|
|
|
| 606 |
time.sleep(delay)
|
| 607 |
delay *= 2 # Exponential backoff
|
| 608 |
print('Upload failed after all retry attempts')
|
| 609 |
+
return False
|