Spaces:
Runtime error
Runtime error
add bug
Browse files
gradio_app/gradio_3dgen.py
CHANGED
@@ -12,7 +12,7 @@ from scripts.multiview_inference import geo_reconstruct
|
|
12 |
|
13 |
|
14 |
import nvdiffrast.torch as dr
|
15 |
-
|
16 |
@spaces.GPU
|
17 |
def generate3dv2(preview_img, input_processing, seed, render_video=True, do_refine=True, expansion_weight=0.1, init_type="std"):
|
18 |
dr.RasterizeGLContext(output_db=False) # BUG: cuda_runtime_api.h: No such file or directory
|
|
|
12 |
|
13 |
|
14 |
import nvdiffrast.torch as dr
|
15 |
+
dr.RasterizeGLContext(output_db=False)
|
16 |
@spaces.GPU
|
17 |
def generate3dv2(preview_img, input_processing, seed, render_video=True, do_refine=True, expansion_weight=0.1, init_type="std"):
|
18 |
dr.RasterizeGLContext(output_db=False) # BUG: cuda_runtime_api.h: No such file or directory
|