Spaces:
Running
Running
Irina Tolstykh
commited on
Commit
·
2dcca7d
1
Parent(s):
5348900
upadte requirements
Browse files- app.py +2 -2
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -4,8 +4,8 @@ import os
|
|
| 4 |
import shlex
|
| 5 |
import subprocess
|
| 6 |
|
| 7 |
-
if os.getenv('SYSTEM') == 'spaces':
|
| 8 |
-
|
| 9 |
|
| 10 |
import pathlib
|
| 11 |
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
|
requirements.txt
CHANGED
|
@@ -4,3 +4,4 @@ timm==0.8.13.dev0
|
|
| 4 |
huggingface_hub
|
| 5 |
gradio
|
| 6 |
omegaconf
|
|
|
|
|
|
| 4 |
huggingface_hub
|
| 5 |
gradio
|
| 6 |
omegaconf
|
| 7 |
+
git+https://github.com/WildChlamydia/MiVOLO.git
|