Ahsen Khaliq commited on
Commit
5b28808
1 Parent(s): ff04c1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
- import gradio as gr
2
  import os
 
 
3
  os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
4
  os.system("git clone https://github.com/ShuhongChen/bizarre-pose-estimator.git")
5
  os.chdir("bizarre-pose-estimator")
 
 
1
  import os
2
+ os.system("pip install gradio==2.4.6")
3
+ import gradio as gr
4
  os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
5
  os.system("git clone https://github.com/ShuhongChen/bizarre-pose-estimator.git")
6
  os.chdir("bizarre-pose-estimator")