Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
#
|
| 6 |
-
#
|
| 7 |
-
#
|
| 8 |
-
# safetensors>=0.3.0
|
|
|
|
| 1 |
+
gradio>=4.0
|
| 2 |
+
torch
|
| 3 |
+
transformers
|
| 4 |
+
# Optional extras (uncomment if needed by the model)
|
| 5 |
+
# accelerate>=0.20.3
|
| 6 |
+
# diffusers>=0.11.0
|
| 7 |
+
# safetensors>=0.3.0
|
|
|