ryanlinjui commited on
Commit
31371a9
·
verified ·
1 Parent(s): 6bd37dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,12 +1,17 @@
1
  ---
2
- title: menu text detection
3
- emoji: 🦄
4
- colorFrom: indigo
5
- colorTo: pink
6
  sdk: gradio
7
  python_version: 3.11
8
  short_description: Extract structured menu information from images into JSON...
9
- tags: [ "donut","fine-tuning","image-to-text","transformer" ]
 
 
 
 
 
10
  ---
11
 
12
  # Menu Text Detection System
@@ -62,4 +67,4 @@ uv run jupyter-notebook
62
  ### Run Demo Locally
63
  ```bash
64
  uv run python app.py
65
- ```
 
1
  ---
2
+ title: Menu Text Detection
3
+ emoji: 🐠
4
+ colorFrom: red
5
+ colorTo: red
6
  sdk: gradio
7
  python_version: 3.11
8
  short_description: Extract structured menu information from images into JSON...
9
+ tags:
10
+ - donut
11
+ - fine-tuning
12
+ - image-to-text
13
+ - transformer
14
+ license: mit
15
  ---
16
 
17
  # Menu Text Detection System
 
67
  ### Run Demo Locally
68
  ```bash
69
  uv run python app.py
70
+ ```