pawlowskipawel commited on
Commit
30e8d3e
·
verified ·
1 Parent(s): b85bd5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -28,11 +28,13 @@ We present a single-turn agent for graphical user interface (GUI) interaction ta
28
 
29
  <!-- USAGE EXAMPLES -->
30
  ## Usage
 
31
 
32
  ```python
33
  from transformers import AutoModelForCausalLM, AutoProcessor
34
  from PIL import Image
35
  import requests
 
36
 
37
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
38
  processor = AutoProcessor.from_pretrained(
 
28
 
29
  <!-- USAGE EXAMPLES -->
30
  ## Usage
31
+ To set up the environment for running the code, please refer to the [GitHub repository](https://github.com/SamsungLabs/TinyClick). All necessary libraries and dependencies are listed in the requirements.txt file
32
 
33
  ```python
34
  from transformers import AutoModelForCausalLM, AutoProcessor
35
  from PIL import Image
36
  import requests
37
+ import torch
38
 
39
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
40
  processor = AutoProcessor.from_pretrained(