LTT commited on
Commit
64ffe61
·
verified ·
1 Parent(s): 64a62f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ subprocess.run(
21
  )
22
  )
23
  subprocess.run(shlex.split(
24
- "pip install ./nvdiffrast.whl --force-reinstall --no-deps"
25
  ), check=True)
26
  # os.environ["CXX"] = os.popen("which g++").read().strip()
27
  # os.environ["CC"] = os.popen("which gcc").read().strip()
 
21
  )
22
  )
23
  subprocess.run(shlex.split(
24
+ "pip install ./nvdiffrast-0.3.1.torch-cp310-cp310-linux_x86_64.whl --force-reinstall --no-deps"
25
  ), check=True)
26
  # os.environ["CXX"] = os.popen("which g++").read().strip()
27
  # os.environ["CC"] = os.popen("which gcc").read().strip()