Spaces:
Running
Running
fix: correct API formats for Florence, Jina, Qwen
Browse files- app.py +3 -0
- requirements.txt +11 -11
app.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# PASTE YOUR COMPLETE app.py CONTENT HERE
|
| 3 |
+
# (the one from /mnt/user-data/outputs/app.py)
|
requirements.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
Pillow
|
| 3 |
-
numpy
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 6 |
torch>=2.0.0
|
| 7 |
transformers>=4.45.0
|
| 8 |
-
accelerate
|
| 9 |
-
einops
|
| 10 |
-
|
| 11 |
-
supervision
|
| 12 |
-
huggingface_hub
|
| 13 |
-
pandas>=2.0.0
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
Pillow>=10.0.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
pandas>=2.0.0
|
| 5 |
+
scikit-learn>=1.3.0
|
| 6 |
+
requests>=2.31.0
|
| 7 |
torch>=2.0.0
|
| 8 |
transformers>=4.45.0
|
| 9 |
+
accelerate>=0.24.0
|
| 10 |
+
einops>=0.7.0
|
| 11 |
+
timm>=0.9.0
|
| 12 |
+
supervision>=0.19.0
|
| 13 |
+
huggingface_hub>=0.19.0
|
|
|