Spaces:
Sleeping
Sleeping
Build fix
Browse files- packages.txt +9 -0
- requirements.txt +2 -3
packages.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
libgl1-mesa-dri
|
| 2 |
+
libglib2.0-0
|
| 3 |
+
libsm6
|
| 4 |
+
libxext6
|
| 5 |
+
libxrender1
|
| 6 |
+
libfontconfig1
|
| 7 |
+
libxss1
|
| 8 |
+
libgomp1
|
| 9 |
+
libgthread-2.0-0
|
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
transformers>=4.46.2
|
| 3 |
torch
|
| 4 |
pandas>=2.2.3
|
| 5 |
plotly
|
| 6 |
kaleido
|
| 7 |
-
|
| 8 |
-
tf-keras
|
|
|
|
| 1 |
+
gradio==5.5.0
|
| 2 |
transformers>=4.46.2
|
| 3 |
torch
|
| 4 |
pandas>=2.2.3
|
| 5 |
plotly
|
| 6 |
kaleido
|
| 7 |
+
numpy
|
|
|