acecalisto3 commited on
Commit
176d8d0
·
verified ·
1 Parent(s): cf291a2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -3
requirements.txt CHANGED
@@ -1,6 +1,11 @@
1
  gradio
2
  huggingface-hub
3
  transformers
4
- torch
5
- playwright
6
- pillow
 
 
 
 
 
 
1
  gradio
2
  huggingface-hub
3
  transformers
4
+ torch>=2.2.2 --index-url https://download.pytorch.org/whl/cpu
5
+ # Note: Using CPU index to keep image size small.
6
+ # Remove '--index-url...' if you have GPU support in your runtime.
7
+ uvicorn
8
+ aiofiles
9
+ pillow
10
+ numpy
11
+ python-dotenv