0notexist0 commited on
Commit
b7b80f4
Β·
verified Β·
1 Parent(s): 4b267d2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ torch>=2.0.0
3
+ transformers>=4.34.0
4
+ numpy>=1.24.0
5
+ Pillow>=9.5.0
6
+
7
+ # Web UI (Gradio)
8
+ gradio>=3.33.1
9
+
10
+ # Telegram bot
11
+ python-telegram-bot>=13.14