Spaces:
Sleeping
Sleeping
automation commited on
Commit ·
fff5116
1
Parent(s): afe00e5
Upd req
Browse files- README.md +1 -1
- requirements.txt +1 -0
- runtime.txt +1 -1
README.md
CHANGED
|
@@ -6,7 +6,7 @@ colorTo: yellow
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
-
python_version: "3.11.
|
| 10 |
pinned: true
|
| 11 |
short_description: 'DeepSeek Paddle olm dots Gemini | OCR to MD'
|
| 12 |
# Build optimizations for ZeroGPU deployment
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
+
python_version: "3.11.3"
|
| 10 |
pinned: true
|
| 11 |
short_description: 'DeepSeek Paddle olm dots Gemini | OCR to MD'
|
| 12 |
# Build optimizations for ZeroGPU deployment
|
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# Core ML libraries - pinned for stability
|
| 2 |
torch==2.6.0
|
| 3 |
torchvision
|
|
|
|
| 4 |
transformers>=4.47.0,<5.0.0
|
| 5 |
tokenizers>=0.21,<1.0.0
|
| 6 |
accelerate>=0.20.0
|
|
|
|
| 1 |
# Core ML libraries - pinned for stability
|
| 2 |
torch==2.6.0
|
| 3 |
torchvision
|
| 4 |
+
matplotlib
|
| 5 |
transformers>=4.47.0,<5.0.0
|
| 6 |
tokenizers>=0.21,<1.0.0
|
| 7 |
accelerate>=0.20.0
|
runtime.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
python-3.11.
|
|
|
|
| 1 |
+
python-3.11.3
|