Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
pip install httpx
|
|
|
|
1 |
+
pip install --upgrade pip
|
2 |
+
gradio
|
3 |
+
transformers
|
4 |
+
torch
|
5 |
+
Pillow
|
6 |
+
numpy
|
7 |
+
pip install httpx httpcore
|
8 |
+
|