Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
networkx
|
5 |
+
matplotlib
|
6 |
+
numpy
|
7 |
+
Pillow
|
8 |
+
plotly
|
9 |
+
redis
|
10 |
+
sqlite3
|
11 |
+
pyyaml
|
12 |
+
fastapi
|
13 |
+
uvicorn
|
14 |
+
aiohttp
|
15 |
+
pydantic
|
16 |
+
colorama
|