Irina Tolstykh
commited on
Commit
•
db1c44a
1
Parent(s):
2dcca7d
upadte requirements
Browse files- app.py +0 -8
- install.sh +0 -2
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,12 +1,4 @@
|
|
1 |
#!/usr/bin/env python
|
2 |
-
|
3 |
-
import os
|
4 |
-
import shlex
|
5 |
-
import subprocess
|
6 |
-
|
7 |
-
# if os.getenv('SYSTEM') == 'spaces':
|
8 |
-
# subprocess.call(shlex.split(f'bash install.sh'))
|
9 |
-
|
10 |
import pathlib
|
11 |
import os
|
12 |
import gradio as gr
|
|
|
1 |
#!/usr/bin/env python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
import pathlib
|
3 |
import os
|
4 |
import gradio as gr
|
install.sh
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
git config --global --unset https.proxy
|
2 |
-
pip install git+https://github.com/WildChlamydia/MiVOLO.git
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -3,5 +3,5 @@ ultralytics==8.0.124
|
|
3 |
timm==0.8.13.dev0
|
4 |
huggingface_hub
|
5 |
gradio
|
6 |
-
omegaconf
|
7 |
git+https://github.com/WildChlamydia/MiVOLO.git
|
|
|
3 |
timm==0.8.13.dev0
|
4 |
huggingface_hub
|
5 |
gradio
|
6 |
+
omegaconf==2.3.0
|
7 |
git+https://github.com/WildChlamydia/MiVOLO.git
|