Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -15,4 +15,5 @@ transformers==4.30.0
|
|
15 |
torch==1.11.0
|
16 |
gradio==3.12.0
|
17 |
Cython>=0.29.33
|
18 |
-
scikit-learn==1.0.2
|
|
|
|
15 |
torch==1.11.0
|
16 |
gradio==3.12.0
|
17 |
Cython>=0.29.33
|
18 |
+
scikit-learn==1.0.2
|
19 |
+
diffusers
|