Miguel G. Abreu Cárdenas commited on
Commit
e28941f
·
unverified ·
1 Parent(s): a99c555

Add numba to installation instructions

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ The application requires the fundus image dataset to function.
17
  Make sure you have Python installed, then run:
18
 
19
  ```bash
20
- pip install streamlit notebook torch transformers pillow whisper
21
  ````
22
 
23
  -----
 
17
  Make sure you have Python installed, then run:
18
 
19
  ```bash
20
+ pip install streamlit notebook torch transformers pillow whisper numba
21
  ````
22
 
23
  -----