Spaces:
Runtime error
Runtime error
lmoss
commited on
Commit
·
4d6055a
1
Parent(s):
607ad84
adding xvfb as suggested by pyvista
Browse files- app.py +1 -0
- packages.txt +3 -1
app.py
CHANGED
@@ -8,6 +8,7 @@ import numpy as np
|
|
8 |
import numpy.typing as npt
|
9 |
from dcgan import DCGAN3D_G
|
10 |
|
|
|
11 |
|
12 |
def download_checkpoint(url: str, path: str) -> None:
|
13 |
resp = requests.get(url)
|
|
|
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:
|
14 |
resp = requests.get(url)
|
packages.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
libgl1-mesa-glx
|
2 |
ffmpeg
|
3 |
libsm6
|
4 |
-
libxext6
|
|
|
|
|
|
1 |
libgl1-mesa-glx
|
2 |
ffmpeg
|
3 |
libsm6
|
4 |
+
libxext6
|
5 |
+
libgl1-mesa-glx
|
6 |
+
xvfb
|