anilbhatt1 commited on
Commit
ed2561d
1 Parent(s): 3b51c85

Modified req

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- # These requirements are for GPU
2
- torch==2.1.0+cu118
3
  gradio==3.50.2
 
 
4
 
 
 
 
1
  gradio==3.50.2
2
+ --extra-index-url https://download.pytorch.org/whl/cpu/
3
+ torch==2.1.0+cpu
4