Spaces:
Sleeping
Sleeping
Merge remote changes - use Gradio 5.42.0 (HF recommended) and app_simple.py
Browse files- README.md +2 -2
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🔍
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app_simple.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
@@ -38,4 +38,4 @@ This app requires a Dashscope API key from Alibaba Cloud. Your API key is used s
|
|
| 38 |
## Output Format
|
| 39 |
The app returns:
|
| 40 |
- An annotated image with green bounding boxes around detected text
|
| 41 |
-
- JSON output containing the exact coordinates and text content for each detection
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.42.0
|
| 8 |
app_file: app_simple.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 38 |
## Output Format
|
| 39 |
The app returns:
|
| 40 |
- An annotated image with green bounding boxes around detected text
|
| 41 |
+
- JSON output containing the exact coordinates and text content for each detection
|
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
gradio==
|
| 2 |
Pillow>=10.0.0
|
| 3 |
openai>=1.0.0
|
|
|
|
| 1 |
+
gradio==5.42.0
|
| 2 |
Pillow>=10.0.0
|
| 3 |
openai>=1.0.0
|