orhir commited on
Commit
487868a
1 Parent(s): 1dc9e11

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. requirements.txt +4 -1
app.py CHANGED
@@ -8,9 +8,9 @@ import random
8
  # os.system('python -m pip install -U pillow')
9
  # os.system('python -m pip install Openmim')
10
  # os.system('python -m mim install mmengine')
11
- os.system('python -m mim install "mmcv-full==1.6.2"')
12
- os.system('python -m mim install "mmpose==0.29.0"')
13
- os.system('python -m mim install "gradio==3.44.0"')
14
  os.system('python setup.py develop')
15
 
16
  import gradio as gr
 
8
  # os.system('python -m pip install -U pillow')
9
  # os.system('python -m pip install Openmim')
10
  # os.system('python -m mim install mmengine')
11
+ # os.system('python -m mim install "mmcv-full==1.6.2"')
12
+ # os.system('python -m mim install "mmpose==0.29.0"')
13
+ # os.system('python -m mim install "gradio==3.44.0"')
14
  os.system('python setup.py develop')
15
 
16
  import gradio as gr
requirements.txt CHANGED
@@ -6,4 +6,7 @@ xtcocotools
6
  scipy
7
  timm
8
  openxlab
9
- Openmim
 
 
 
 
6
  scipy
7
  timm
8
  openxlab
9
+ Openmim
10
+ mmpose==0.29.0
11
+ mmcv-full==1.6.2
12
+ gradio==3.44.0