xiang-wuu
commited on
Commit
·
7ad6a7d
1
Parent(s):
e3840b2
requirement.txt updated to support gradio package
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -37,6 +37,7 @@ seaborn>=0.11.0
|
|
37 |
ipython # interactive notebook
|
38 |
psutil # system utilization
|
39 |
thop>=0.1.1 # FLOPs computation
|
|
|
40 |
# albumentations>=1.0.3
|
41 |
# pycocotools>=2.0 # COCO mAP
|
42 |
# roboflow
|
|
|
37 |
ipython # interactive notebook
|
38 |
psutil # system utilization
|
39 |
thop>=0.1.1 # FLOPs computation
|
40 |
+
gradio==3.1.1
|
41 |
# albumentations>=1.0.3
|
42 |
# pycocotools>=2.0 # COCO mAP
|
43 |
# roboflow
|