Spaces:
Running
Running
doshan1250
commited on
Commit
•
afdb77b
1
Parent(s):
28229b1
Update desc
Browse files
app.py
CHANGED
@@ -29,8 +29,14 @@ demo = gr.Interface(
|
|
29 |
fn=demo_process,
|
30 |
inputs= gr.Image(type="pil"),
|
31 |
outputs="json",
|
32 |
-
title=f"
|
33 |
-
description="""Goodarc p9 使用 100 個英文收據訓練. <br>
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
examples=[["sample_receipt1.png"], ["sample_receipt2.png"]],
|
35 |
cache_examples=False,
|
36 |
)
|
|
|
29 |
fn=demo_process,
|
30 |
inputs= gr.Image(type="pil"),
|
31 |
outputs="json",
|
32 |
+
title=f"Goodarc p9 Donut for `{task_name}` task, epochs30",
|
33 |
+
description="""Goodarc p9 使用 100 個英文收據訓練. <br> 訓練格式
|
34 |
+
{
|
35 |
+
"company": "SYARIKAT PERNIAGAAN GIN KEE",
|
36 |
+
"date": "02/12/2017",
|
37 |
+
"address": "NO 290, JALAN AIR PANAS. SETAPAK. 53200, KUALA LUMPUR.",
|
38 |
+
"total": "7.42"
|
39 |
+
}""",
|
40 |
examples=[["sample_receipt1.png"], ["sample_receipt2.png"]],
|
41 |
cache_examples=False,
|
42 |
)
|