tejas56789ce commited on
Commit
0124609
β€’
1 Parent(s): 540f1c7

initial commit

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. app.py +3 -0
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- title: Transformers.js
3
  emoji: 🌐
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  models:
9
- - Xenova/detr-resnet-50
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Jinhybr OCR Donut CORD2
3
  emoji: 🌐
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  models:
9
+ - Xenova/detr-resnet-50
10
+ license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/jinhybr/OCR-Donut-CORD").launch()