Spaces:
Runtime error
Runtime error
lmoss
commited on
Commit
·
53bea02
1
Parent(s):
4d6055a
small fix to not increase disk size
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import requests
|
|
| 7 |
import numpy as np
|
| 8 |
import numpy.typing as npt
|
| 9 |
from dcgan import DCGAN3D_G
|
| 10 |
-
|
| 11 |
pv.start_xvfb()
|
| 12 |
|
| 13 |
def download_checkpoint(url: str, path: str) -> None:
|
|
@@ -142,3 +142,6 @@ st.markdown("""
|
|
| 142 |
year={2017}
|
| 143 |
}```
|
| 144 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
import numpy as np
|
| 8 |
import numpy.typing as npt
|
| 9 |
from dcgan import DCGAN3D_G
|
| 10 |
+
import os
|
| 11 |
pv.start_xvfb()
|
| 12 |
|
| 13 |
def download_checkpoint(url: str, path: str) -> None:
|
|
|
|
| 142 |
year={2017}
|
| 143 |
}```
|
| 144 |
""")
|
| 145 |
+
|
| 146 |
+
os.remove("slices.html")
|
| 147 |
+
os.remove("mesh.html")
|