OjciecTadeusz commited on
Commit
3c345b6
·
verified ·
1 Parent(s): 875a163

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- gradio>=4.0.0
2
  torch>=2.0.0
3
- fastapi>=0.100.0
4
- #uvicorn>=0.23.0
5
  accelerate>=0.26.0
6
- #bitsandbytes>=0.41.0
7
- requests
 
 
 
 
 
 
1
  torch>=2.0.0
 
 
2
  accelerate>=0.26.0
3
+
4
+ fastapi==0.109.2
5
+ gradio==4.19.2
6
+ requests==2.31.0
7
+ python-multipart==0.0.6
8
+ uvicorn==0.27.1