Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ def pdb_structure(Structure_index):
|
|
201 |
SurfacePoitCloud_all.append(feature)
|
202 |
SurfacePoitCloud_all_tensor = torch.squeeze(torch.stack(SurfacePoitCloud_all),dim=1)
|
203 |
for folder in created_folders:
|
204 |
-
shutil.rmtree(folder
|
205 |
print(SurfacePoitCloud_all_tensor.shape)
|
206 |
return SurfacePoitCloud_all_tensor
|
207 |
|
|
|
201 |
SurfacePoitCloud_all.append(feature)
|
202 |
SurfacePoitCloud_all_tensor = torch.squeeze(torch.stack(SurfacePoitCloud_all),dim=1)
|
203 |
for folder in created_folders:
|
204 |
+
shutil.rmtree(folder)
|
205 |
print(SurfacePoitCloud_all_tensor.shape)
|
206 |
return SurfacePoitCloud_all_tensor
|
207 |
|