Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,8 @@ MAX_DIMENSION = 512 # SF3D expects 512x512
|
|
72 |
class TimeoutError(Exception):
|
73 |
pass
|
74 |
|
|
|
|
|
75 |
# Thread-safe timeout implementation
|
76 |
def process_with_timeout(function, args, timeout):
|
77 |
result = [None]
|
|
|
72 |
class TimeoutError(Exception):
|
73 |
pass
|
74 |
|
75 |
+
# Thread-safe=latin
|
76 |
+
|
77 |
# Thread-safe timeout implementation
|
78 |
def process_with_timeout(function, args, timeout):
|
79 |
result = [None]
|