andsteing commited on
Commit
bc8a162
·
1 Parent(s): 6192bb2

Updates README.

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -10,4 +10,18 @@ pinned: true
10
  license: apache-2.0
11
  ---
12
 
13
- Gradio clone of the original [LiT Demo](https://google-research.github.io/vision_transformer/lit/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```