kimhyunwoo commited on
Commit
c747922
ยท
verified ยท
1 Parent(s): cc4f6e6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ gradio
4
+ transformers
5
+ torch # GPU ์‚ฌ์šฉ ์‹œ ํ•„์š”. CPU๋งŒ ์‚ฌ์šฉํ•ด๋„ ๋˜์ง€๋งŒ ๋А๋ฆผ
6
+ Pillow
7
+ opencv-python