Spaces:
Running
Running
Updates README.
Browse files
README.md
CHANGED
@@ -10,4 +10,18 @@ pinned: true
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
Gradio clone of the original
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
Gradio clone of the original
|
14 |
+
[LiT Demo](https://google-research.github.io/vision_transformer/lit/)
|
15 |
+
running inference with big_vision code.
|
16 |
+
|
17 |
+
Companion Colab:
|
18 |
+
https://colab.research.google.com/drive/1f5MpJgE0XCU8ElT34uK4kTUkPnUqvJUt
|
19 |
+
|
20 |
+
Local testing:
|
21 |
+
|
22 |
+
```bash
|
23 |
+
pip -m venv env
|
24 |
+
. env/bin/activate
|
25 |
+
pip install -qr requirements.txt
|
26 |
+
python app.py
|
27 |
+
```
|