Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ gradio
|
|
8 |
torch
|
9 |
numpy
|
10 |
accelerate
|
11 |
-
transformers[torch]
|
|
|
|
8 |
torch
|
9 |
numpy
|
10 |
accelerate
|
11 |
+
transformers[torch]
|
12 |
+
matplotlib
|