kimhyunwoo commited on
Commit
6da729e
·
verified ·
1 Parent(s): 00c54fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- transformers
2
- gradio
3
  torch
 
1
+ transformers>=4.38.2 # Use a recent version
2
+ gradio>=4.16.0 # Use a version that supports 'readonly'
3
  torch