Theivaprakasham commited on
Commit
af8c658
Β·
verified Β·
1 Parent(s): 519ec07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
 
3
  os.system('pip install torch==2.0.0+cpu torchvision==0.9.0+cpu -f https://download.pytorch.org/whl/torch_stable.html')
4
- os.system('pip install 'git+https://github.com/facebookresearch/detectron2.git')
5
 
6
 
7
  import gradio as gr
 
1
  import os
2
 
3
  os.system('pip install torch==2.0.0+cpu torchvision==0.9.0+cpu -f https://download.pytorch.org/whl/torch_stable.html')
4
+ os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
5
 
6
 
7
  import gradio as gr