mac9087 commited on
Commit
f565341
·
verified ·
1 Parent(s): 6880307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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]