Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
pandas
|
| 5 |
-
sqlite3-binary
|
|
|
|
| 1 |
+
gradio>=4.36.1
|
| 2 |
+
transformers>=4.40.0
|
| 3 |
+
torch
|
| 4 |
+
pandas
|
|
|