Spaces:
Sleeping
Sleeping
Commit
·
2256e1f
1
Parent(s):
601d2f9
cut GPU drtn
Browse files
app.py
CHANGED
@@ -770,7 +770,7 @@ def create_output_file(df, uploaded_file):
|
|
770 |
|
771 |
|
772 |
|
773 |
-
@spaces.GPU(duration=
|
774 |
def process_and_download(file_bytes, control=None):
|
775 |
"""Synchronous wrapper for async processing"""
|
776 |
if file_bytes is None:
|
|
|
770 |
|
771 |
|
772 |
|
773 |
+
@spaces.GPU(duration=120)
|
774 |
def process_and_download(file_bytes, control=None):
|
775 |
"""Synchronous wrapper for async processing"""
|
776 |
if file_bytes is None:
|