Update requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
@@ -1,4 +1,18 @@
|
|
1 |
gradio[mcp]
|
2 |
graphviz
|
3 |
pydot
|
4 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio[mcp]
|
2 |
graphviz
|
3 |
pydot
|
4 |
+
streamlit
|
5 |
+
|
6 |
+
spaces
|
7 |
+
gradio-client
|
8 |
+
python-dotenv
|
9 |
+
torch
|
10 |
+
diffusers
|
11 |
+
numpy
|
12 |
+
transformers
|
13 |
+
accelerate
|
14 |
+
safetensors
|
15 |
+
Pillow
|
16 |
+
uuid
|
17 |
+
sentencepiece
|
18 |
+
tokenizers
|