Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
gradio
|
4 |
discord.py # if using Discord bot
|
|
|
1 |
+
transformers>=4.30.0
|
2 |
+
torch>=2.0.0
|
3 |
+
gradio>=3.50.0
|
4 |
discord.py # if using Discord bot
|