yucornetto commited on
Commit
63c1053
1 Parent(s): 1c48e2c

init for demo

Browse files

Change-Id: I502502da16b29298496bc7759d6523764b9f2115

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ os.system("python -m pip install 'git+https://github.com/facebookresearch/detect
9
 
10
  os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
11
 
12
- os.system("TORCH_CUDA_ARCH_LIST='7.5' FORCE_CUDA=1 python fcclip/modeling/pixel_decoder/ops/setup.py build install")
13
 
14
  import gradio as gr
15
  # check pytorch installation:
 
9
 
10
  os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
11
 
12
+ os.system("python fcclip/modeling/pixel_decoder/ops/setup.py build install")
13
 
14
  import gradio as gr
15
  # check pytorch installation: