Spaces:
Runtime error
Runtime error
Davidzhangyuanhan
commited on
Commit
•
892e4ed
1
Parent(s):
3a5cbeb
add visitor
Browse files- app.py +3 -1
- timmvit.py +1 -5
app.py
CHANGED
@@ -102,4 +102,6 @@ gr.Interface(
|
|
102 |
["./examples/husky.jpg"],
|
103 |
["./examples/taraxacum_erythrospermum.jpg"],
|
104 |
],
|
105 |
-
).launch()
|
|
|
|
|
|
102 |
["./examples/husky.jpg"],
|
103 |
["./examples/taraxacum_erythrospermum.jpg"],
|
104 |
],
|
105 |
+
).launch()
|
106 |
+
|
107 |
+
gr.markdown('<img id="visitor-badge" alt="visitor badge" src="https://visitor-badge.glitch.me/badge?page_id=cvpr.bamboo_vit-b16_demo" />')
|
timmvit.py
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
# ------------------------------------------------------------------------
|
2 |
-
# SenseTime VTAB
|
3 |
-
# Copyright (c) 2021 SenseTime. All Rights Reserved.
|
4 |
-
# Licensed under the Apache License, Version 2.0 [see LICENSE for details]
|
5 |
-
# ------------------------------------------------------------------------
|
6 |
# Modified from DETR (https://github.com/facebookresearch/detr)
|
7 |
-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
8 |
# ------------------------------------------------------------------------
|
9 |
|
10 |
import timm
|
|
|
1 |
# ------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2 |
# Modified from DETR (https://github.com/facebookresearch/detr)
|
3 |
+
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
4 |
# ------------------------------------------------------------------------
|
5 |
|
6 |
import timm
|