Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -10,13 +10,6 @@ headers = {"Authorization": "Bearer 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"} # Re
|
|
10 |
description = "Legal Document Drafting with BLOOM"
|
11 |
api_key="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"
|
12 |
|
13 |
-
gr.Markdown(
|
14 |
-
"""
|
15 |
-
# Legal Document Drafting
|
16 |
-
Start typing below to see the output.
|
17 |
-
"""
|
18 |
-
)
|
19 |
-
|
20 |
iface = gr.Interface.load("huggingface/jslin09/bloom-560m-finetuned-fraud",
|
21 |
description=description,
|
22 |
examples=[["闕很大明知金融帳戶之存摺、提款卡及密碼係供自己使用之重要理財工具,"],["森上梅前明知其無資力支付酒店消費,亦無付款意願,竟意圖為自己不法之所有,"]],
|
|
|
10 |
description = "Legal Document Drafting with BLOOM"
|
11 |
api_key="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"
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
iface = gr.Interface.load("huggingface/jslin09/bloom-560m-finetuned-fraud",
|
14 |
description=description,
|
15 |
examples=[["闕很大明知金融帳戶之存摺、提款卡及密碼係供自己使用之重要理財工具,"],["森上梅前明知其無資力支付酒店消費,亦無付款意願,竟意圖為自己不法之所有,"]],
|