Spaces:
Running
on
T4
Running
on
T4
yizhangliu
commited on
Commit
•
b36fbf9
1
Parent(s):
01325d0
update app.py
Browse files- GroundingDINO/groundingdino.egg-info/requires.txt +6 -6
- app.py +1 -1
- requirements.txt +2 -2
GroundingDINO/groundingdino.egg-info/requires.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
transformers
|
4 |
addict
|
5 |
-
yapf
|
6 |
-
timm
|
7 |
numpy
|
8 |
opencv-python
|
9 |
-
supervision==0.3.2
|
10 |
pycocotools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
addict
|
|
|
|
|
2 |
numpy
|
3 |
opencv-python
|
|
|
4 |
pycocotools
|
5 |
+
supervision==0.3.2
|
6 |
+
timm
|
7 |
+
torch
|
8 |
+
torchvision
|
9 |
+
transformers
|
10 |
+
yapf
|
app.py
CHANGED
@@ -4,7 +4,7 @@ warnings.filterwarnings('ignore')
|
|
4 |
|
5 |
import subprocess, io, os, sys, time
|
6 |
|
7 |
-
os.system("pip install gradio==
|
8 |
|
9 |
import gradio as gr
|
10 |
from loguru import logger
|
|
|
4 |
|
5 |
import subprocess, io, os, sys, time
|
6 |
|
7 |
+
os.system("pip install gradio==4.42.0")
|
8 |
|
9 |
import gradio as gr
|
10 |
from loguru import logger
|
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ diffusers
|
|
4 |
# gradio==3.36.1
|
5 |
huggingface_hub
|
6 |
matplotlib
|
7 |
-
numpy
|
8 |
onnxruntime
|
9 |
opencv_python
|
10 |
Pillow
|
@@ -21,7 +21,7 @@ torchvision==0.17.1
|
|
21 |
|
22 |
gevent
|
23 |
yapf
|
24 |
-
numba
|
25 |
scipy
|
26 |
safetensors
|
27 |
pynvml
|
|
|
4 |
# gradio==3.36.1
|
5 |
huggingface_hub
|
6 |
matplotlib
|
7 |
+
numpy==1.26.4
|
8 |
onnxruntime
|
9 |
opencv_python
|
10 |
Pillow
|
|
|
21 |
|
22 |
gevent
|
23 |
yapf
|
24 |
+
numba==0.57.1
|
25 |
scipy
|
26 |
safetensors
|
27 |
pynvml
|