Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ def py_string_to_mesh_file_safe(py_string, mesh_path):
|
|
143 |
target=py_string_to_mesh_file,
|
144 |
args=(py_string, mesh_path, queue))
|
145 |
process.start()
|
146 |
-
process.join(
|
147 |
|
148 |
if process.is_alive():
|
149 |
process.terminate()
|
|
|
143 |
target=py_string_to_mesh_file,
|
144 |
args=(py_string, mesh_path, queue))
|
145 |
process.start()
|
146 |
+
process.join(5)
|
147 |
|
148 |
if process.is_alive():
|
149 |
process.terminate()
|