Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
gradio
|
3 |
+
transformers
|
4 |
+
|
5 |
+
uvicorn
|
6 |
+
fastapi
|
7 |
+
python-multipart
|
8 |
+
pydantic
|
9 |
+
|
10 |
+
scikit-learn
|
11 |
+
prometheus-client
|