JiantaoLin commited on
Commit
a00a59a
·
1 Parent(s): 3a8b023
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -2,11 +2,11 @@ import gradio as gr
2
  import os
3
  import subprocess
4
  import shlex
5
- # subprocess.run(
6
- # shlex.split(
7
- # "pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt210/download.html"
8
- # )
9
- # )
10
 
11
  subprocess.run(
12
  shlex.split(
 
2
  import os
3
  import subprocess
4
  import shlex
5
+ subprocess.run(
6
+ shlex.split(
7
+ "pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt210/download.html"
8
+ )
9
+ )
10
 
11
  subprocess.run(
12
  shlex.split(