Spaces:
Running
Running
Irina Tolstykh
commited on
Commit
·
768a7be
1
Parent(s):
d0b8b58
upadte requirements
Browse files- app.py +0 -1
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -6,7 +6,6 @@ import huggingface_hub
|
|
| 6 |
import numpy as np
|
| 7 |
import functools
|
| 8 |
from dataclasses import dataclass
|
| 9 |
-
|
| 10 |
from mivolo.predictor import Predictor
|
| 11 |
|
| 12 |
|
|
|
|
| 6 |
import numpy as np
|
| 7 |
import functools
|
| 8 |
from dataclasses import dataclass
|
|
|
|
| 9 |
from mivolo.predictor import Predictor
|
| 10 |
|
| 11 |
|
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
git+https://github.com/WildChlamydia/MiVOLO.git
|
| 2 |
gradio==3.35.2
|
|
|
|
|
|
| 1 |
git+https://github.com/WildChlamydia/MiVOLO.git
|
| 2 |
gradio==3.35.2
|
| 3 |
+
omegaconf
|